Html Css Color HEX #D6CCDC Titan White

📋 copy color: '#D6CCDC'

red 214 ◦ green 204 ◦ blue 220

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

Shades of Titan White #D6CCDC

Tints of Titan White #D6CCDC

RGB

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

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

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

R = 33.54%
G = 31.97%
B = 34.48%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6CCDC (or 0xD6CCDC) is known color: Titan White. HEX triplet: D6, CC and DC. RGB value is (214,204,220). Sum of RGB (Red+Green+Blue) = 214+204+220=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCDC is #293323. Grayscale: #D0D0D0. Windows color (decimal): -2700068 or 14470358. OLE color: 14470358.

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

Color convert

RGB 214 204 220 -
CMYK 0.03 0.07 0 0.14
HSL 277.5º 0.19% 0.83% -
HSV(B) 277.5º 0.07% 0.86% -
XYZ 62.24 62.65 76.52 -
YUV 208.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 214 204 220 0.03 0.07 0 0.14 277.5 0.19 0.83
Hex D6 CC DC 3 7 0 E 116 13 53
Octal 326 314 334 3 7 0 16 426 23 123
Binary 11010110 11001100 11011100 11 111 0 1110 100010110 10011 1010011

Color Harmonies of #D6CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCDC

Black with #D6CCDC

Text Example


Text Example

White with #D6CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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