Color Hex Logo

#ddd0fb Color Hex

#DDD0FB
(221,208,251)
0 Favorites   0 Comments

Color spaces of #ddd0fb

RGB 221208251
HSL0.720.840.90
HSV258°17°98°
CMYK 0.120.170.00   0.02
XYZ69.787367.4489100.6075
Yxy67.44890.29340.2836
Hunter Lab82.12737.9569-15.1423
CIE-Lab85.730112.5836-19.4022

#ddd0fb color RGB value is (221,208,251).

#ddd0fb hex color red value is 221, green value is 208 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddd0fb hue: 0.72 , saturation: 0.84 and the lightness value of ddd0fb is 0.90.

The process color (four color CMYK) of #ddd0fb color hex is 0.12, 0.17, 0.00, 0.02. Web safe color of #ddd0fb is #ccccff. Color #ddd0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 11111011
Octal 335 320 373
Decimal 221 208 251
Hex DD D0 FB

RGB Percentages of Color #ddd0fb

%32.50
%30.59
%36.91

CMYK Percentages of Color #ddd0fb

%12
%17
%0
%2

Triadic Colors of #ddd0fb

#ddd0fb #fbddd0 #d0fbdd

Analogous Colors of #ddd0fb

#ddd0fb #f3d0fb #d0d9fb

Monochromatic Colors of #ddd0fb

#ddd0fb

Complementary Color

#ddd0fb #eefbd0

#ddd0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd0fb Color CSS Codes

.mybgcolor {background-color:#ddd0fb; } 
.myforecolor {color:#ddd0fb; }
.mybordercolor {border:3px solid #ddd0fb; }

#ddd0fb Text Font Color

<p style="color:#ddd0fb">Text here</p>

This sample text font color is #ddd0fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddd0fb Background Color

<div style="background-color:#ddd0fb">
Div content here</div>

This div background color is #ddd0fb


#ddd0fb Border Color

<div style="border:3px solid #ddd0fb">
Div here</div>

This div border color is #ddd0fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,208,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddd0fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddd0fb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd0fb;
  box-shadow:         1px 1px 3px 2px #ddd0fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,208,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddd0fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd0fb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd0fb;
  box-shadow:         1px 1px 3px 2px #ddd0fb;">
Div content here</div>

This div box has shadow with color #ddd0fb

Related Colors


Comments

No comments written yet.

Please login to write comment.