Color Hex Logo

#ddbdd8 Color Hex

#DDBDD8
(221,189,216)
0 Favorites   0 Comments

Color spaces of #ddbdd8

RGB 221189216
HSL0.860.320.80
HSV309°14°87°
CMYK 0.000.140.02   0.13
XYZ60.411156.725272.7308
Yxy56.72520.31820.2988
Hunter Lab75.316111.3717-4.5335
CIE-Lab80.024815.9955-9.2701

#ddbdd8 color RGB value is (221,189,216).

#ddbdd8 hex color red value is 221, green value is 189 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ddbdd8 hue: 0.86 , saturation: 0.32 and the lightness value of ddbdd8 is 0.80.

The process color (four color CMYK) of #ddbdd8 color hex is 0.00, 0.14, 0.02, 0.13. Web safe color of #ddbdd8 is #cccccc. Color #ddbdd8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111101 11011000
Octal 335 275 330
Decimal 221 189 216
Hex DD BD D8

RGB Percentages of Color #ddbdd8

%35.30
%30.19
%34.50

CMYK Percentages of Color #ddbdd8

%0
%14
%2
%13

Triadic Colors of #ddbdd8

#ddbdd8 #d8ddbd #bdd8dd

Analogous Colors of #ddbdd8

#ddbdd8 #ddbdc8 #d2bddd

Monochromatic Colors of #ddbdd8

#ddbdd8

Complementary Color

#ddbdd8 #bdddc2

#ddbdd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbdd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbdd8 Color CSS Codes

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

#ddbdd8 Text Font Color

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

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


#ddbdd8 Background Color

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

This div background color is #ddbdd8


#ddbdd8 Border Color

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

This div border color is #ddbdd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbdd8


Comments

No comments written yet.

Please login to write comment.