Color Hex Logo

#ddb2ec Color Hex

#DDB2EC
(221,178,236)
0 Favorites   0 Comments

Color spaces of #ddb2ec

RGB 221178236
HSL0.790.600.81
HSV284°25°93°
CMYK 0.060.250.00   0.07
XYZ60.879553.269186.4301
Yxy53.26910.30350.2656
Hunter Lab72.985721.1671-19.1216
CIE-Lab78.033625.6863-23.0549

#ddb2ec color RGB value is (221,178,236).

#ddb2ec hex color red value is 221, green value is 178 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ddb2ec hue: 0.79 , saturation: 0.60 and the lightness value of ddb2ec is 0.81.

The process color (four color CMYK) of #ddb2ec color hex is 0.06, 0.25, 0.00, 0.07. Web safe color of #ddb2ec is #cc99ff. Color #ddb2ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 11101100
Octal 335 262 354
Decimal 221 178 236
Hex DD B2 EC

RGB Percentages of Color #ddb2ec

%34.80
%28.03
%37.17

CMYK Percentages of Color #ddb2ec

%6
%25
%0
%7

Triadic Colors of #ddb2ec

#ddb2ec #ecddb2 #b2ecdd

Analogous Colors of #ddb2ec

#ddb2ec #ecb2de #c0b2ec

Monochromatic Colors of #ddb2ec

#ddb2ec

Complementary Color

#ddb2ec #c1ecb2

#ddb2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb2ec Color CSS Codes

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

#ddb2ec Text Font Color

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

This sample text font color is #ddb2ec
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.


#ddb2ec Background Color

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

This div background color is #ddb2ec


#ddb2ec Border Color

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

This div border color is #ddb2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb2ec


Comments

No comments written yet.

Please login to write comment.