Html Css Color HEX #D9D4DC Titan White

📋 copy color: '#D9D4DC'

red 217 ◦ green 212 ◦ blue 220

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

Shades of Titan White #D9D4DC

Tints of Titan White #D9D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.67%

 BLUE value IS 220 (86.33% from 255) = 33.9%

R = 33.44%
G = 32.67%
B = 33.9%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9D4DC (or 0xD9D4DC) is known color: Titan White. HEX triplet: D9, D4 and DC. RGB value is (217,212,220). Sum of RGB (Red+Green+Blue) = 217+212+220=649 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.44% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D4DC is #262B23. Grayscale: #D6D6D6. Windows color (decimal): -2501412 or 14472409. OLE color: 14472409.

HSL color Cylindrical-coordinate representation of color #D9D4DC: hue angle of 277.5º degrees, saturation: 0.1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9D4DC is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 212 220 -
CMYK 0.01 0.04 0 0.14
HSL 277.5º 0.1% 0.85% -
HSV(B) 277.5º 0.04% 0.86% -
XYZ 65.08 67.01 77.21 -
YUV 214.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 217 212 220 0.01 0.04 0 0.14 277.5 0.1 0.85
Hex D9 D4 DC 1 4 0 E 116 A 55
Octal 331 324 334 1 4 0 16 426 12 125
Binary 11011001 11010100 11011100 1 100 0 1110 100010110 1010 1010101

Color Harmonies of #D9D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D4DC

Black with #D9D4DC

Text Example


Text Example

White with #D9D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D4DC; }

 p { color: rgb(217,212,220); }

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

background-color css

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

 a { background-color: rgb(217,212,220); }

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

border-color css

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

 span { border-color: rgb(217,212,220); }

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