Html Css Color HEX #D6C9DB Titan White

📋 copy color: '#D6C9DB'

red 214 ◦ green 201 ◦ blue 219

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

Shades of Titan White #D6C9DB

Tints of Titan White #D6C9DB

RGB

 RED value IS 214 (83.98% from 255) = 33.75%

 GREEN value IS 201 (78.91% from 255) = 31.7%

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

R = 33.75%
G = 31.7%
B = 34.54%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6C9DB (or 0xD6C9DB) is known color: Titan White. HEX triplet: D6, C9 and DB. RGB value is (214,201,219). Sum of RGB (Red+Green+Blue) = 214+201+219=634 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.75% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9DB is #293624. Grayscale: #CECECE. Windows color (decimal): -2700837 or 14404054. OLE color: 14404054.

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

Color convert

RGB 214 201 219 -
CMYK 0.02 0.08 0 0.14
HSL 283.33º 0.2% 0.82% -
HSV(B) 283.33º 0.08% 0.86% -
XYZ 61.4 61.18 75.59 -
YUV 206.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 214 201 219 0.02 0.08 0 0.14 283.33 0.2 0.82
Hex D6 C9 DB 2 8 0 E 11B 14 52
Octal 326 311 333 2 10 0 16 433 24 122
Binary 11010110 11001001 11011011 10 1000 0 1110 100011011 10100 1010010

Color Harmonies of #D6C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C9DB

Black with #D6C9DB

Text Example


Text Example

White with #D6C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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