Color Hex Logo

#ddb2ff Color Hex

#DDB2FF
(221,178,255)
0 Favorites   0 Comments

Color spaces of #ddb2ff

RGB 221178255
HSL0.761.000.85
HSV274°30°100°
CMYK 0.130.300.00   0.00
XYZ63.789254.4329101.7523
Yxy54.43290.29000.2475
Hunter Lab73.778725.2189-30.1251
CIE-Lab78.713529.5158-32.2360

#ddb2ff color RGB value is (221,178,255).

#ddb2ff hex color red value is 221, green value is 178 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ddb2ff hue: 0.76 , saturation: 1.00 and the lightness value of ddb2ff is 0.85.

The process color (four color CMYK) of #ddb2ff color hex is 0.13, 0.30, 0.00, 0.00. Web safe color of #ddb2ff is #cc99ff. Color #ddb2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110010 11111111
Octal 335 262 377
Decimal 221 178 255
Hex DD B2 FF

RGB Percentages of Color #ddb2ff

%33.79
%27.22
%38.99

CMYK Percentages of Color #ddb2ff

%13
%30
%0
%0

Triadic Colors of #ddb2ff

#ddb2ff #ffddb2 #b2ffdd

Analogous Colors of #ddb2ff

#ddb2ff #ffb2fb #b7b2ff

Monochromatic Colors of #ddb2ff

#ddb2ff

Complementary Color

#ddb2ff #d4ffb2

#ddb2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb2ff Color CSS Codes

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

#ddb2ff Text Font Color

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

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


#ddb2ff Background Color

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

This div background color is #ddb2ff


#ddb2ff Border Color

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

This div border color is #ddb2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb2ff


Comments

No comments written yet.

Please login to write comment.