Html Css Color HEX #D9D6DB Titan White

📋 copy color: '#D9D6DB'

red 217 ◦ green 214 ◦ blue 219

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

Shades of Titan White #D9D6DB

Tints of Titan White #D9D6DB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.92%

 BLUE value IS 219 (85.94% from 255) = 33.69%

R = 33.38%
G = 32.92%
B = 33.69%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9D6DB (or 0xD9D6DB) is known color: Titan White. HEX triplet: D9, D6 and DB. RGB value is (217,214,219). Sum of RGB (Red+Green+Blue) = 217+214+219=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9D6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D6DB is #262924. Grayscale: #D7D7D7. Windows color (decimal): -2500901 or 14407385. OLE color: 14407385.

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

Color convert

RGB 217 214 219 -
CMYK 0.01 0.02 0 0.14
HSL 276º 0.06% 0.85% -
HSV(B) 276º 0.02% 0.86% -
XYZ 65.45 67.96 76.69 -
YUV 215.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 217 214 219 0.01 0.02 0 0.14 276 0.06 0.85
Hex D9 D6 DB 1 2 0 E 114 6 55
Octal 331 326 333 1 2 0 16 424 6 125
Binary 11011001 11010110 11011011 1 10 0 1110 100010100 110 1010101

Color Harmonies of #D9D6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D6DB

Black with #D9D6DB

Text Example


Text Example

White with #D9D6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D6DB; }

 p { color: rgb(217,214,219); }

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

background-color css

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

 a { background-color: rgb(217,214,219); }

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

border-color css

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

 span { border-color: rgb(217,214,219); }

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