Html Css Color HEX #D9CCDD Titan White

📋 copy color: '#D9CCDD'

red 217 ◦ green 204 ◦ blue 221

#D9CCDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Titan White #D9CCDD

Tints of Titan White #D9CCDD

RGB

 RED value IS 217 (85.16% from 255) = 33.8%

 GREEN value IS 204 (80.08% from 255) = 31.78%

 BLUE value IS 221 (86.72% from 255) = 34.42%

R = 33.8%
G = 31.78%
B = 34.42%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9CCDD (or 0xD9CCDD) is known color: Titan White. HEX triplet: D9, CC and DD. RGB value is (217,204,221). Sum of RGB (Red+Green+Blue) = 217+204+221=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCDD is #263322. Grayscale: #D1D1D1. Windows color (decimal): -2503459 or 14535897. OLE color: 14535897.

HSL color Cylindrical-coordinate representation of color #D9CCDD: hue angle of 285.88º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9CCDD is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 204 221 -
CMYK 0.02 0.08 0 0.13
HSL 285.88º 0.2% 0.83% -
HSV(B) 285.88º 0.08% 0.87% -
XYZ 63.26 63.16 77.26 -
YUV 209.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 217 204 221 0.02 0.08 0 0.13 285.88 0.2 0.83
Hex D9 CC DD 2 8 0 D 11E 14 53
Octal 331 314 335 2 10 0 15 436 24 123
Binary 11011001 11001100 11011101 10 1000 0 1101 100011110 10100 1010011

Color Harmonies of #D9CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCDD

Black with #D9CCDD

Text Example


Text Example

White with #D9CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCDD; }

 p { color: rgb(217,204,221); }

 H1.HeaderClassName
 {
   color: #D9CCDD;
 }
 .AnyTagClassName
 {
   color: #D9CCDD;
 }
</style>

background-color css

<style>
 a { background-color: #D9CCDD; }

 a { background-color: rgb(217,204,221); }

 div.DivClassName
 {
   background-color: #D9CCDD;
 }
 .BgClassName
 {
   background-color: #D9CCDD;
 }
</style>

border-color css

<style>
 span { border-color: #D9CCDD; }

 span { border-color: rgb(217,204,221); }

 td.TdClassName
 {
   border-color: #D9CCDD;
 }
 .TagClassName
 {
   border-color: #D9CCDD;
 }
</style>