Html Css Color HEX #D6C9DC Titan White

📋 copy color: '#D6C9DC'

red 214 ◦ green 201 ◦ blue 220

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

Shades of Titan White #D6C9DC

Tints of Titan White #D6C9DC

RGB

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

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

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

R = 33.7%
G = 31.65%
B = 34.65%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6C9DC (or 0xD6C9DC) is known color: Titan White. HEX triplet: D6, C9 and DC. RGB value is (214,201,220). Sum of RGB (Red+Green+Blue) = 214+201+220=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C9DC is #293623. Grayscale: #CECECE. Windows color (decimal): -2700836 or 14469590. OLE color: 14469590.

HSL color Cylindrical-coordinate representation of color #D6C9DC: hue angle of 281.05º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6C9DC is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 201 220 -
CMYK 0.03 0.09 0 0.14
HSL 281.05º 0.21% 0.83% -
HSV(B) 281.05º 0.09% 0.86% -
XYZ 61.54 61.24 76.29 -
YUV 207.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 214 201 220 0.03 0.09 0 0.14 281.05 0.21 0.83
Hex D6 C9 DC 3 9 0 E 119 15 53
Octal 326 311 334 3 11 0 16 431 25 123
Binary 11010110 11001001 11011100 11 1001 0 1110 100011001 10101 1010011

Color Harmonies of #D6C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C9DC

Black with #D6C9DC

Text Example


Text Example

White with #D6C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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