Html Css Color HEX #D8CCDB Titan White

📋 copy color: '#D8CCDB'

red 216 ◦ green 204 ◦ blue 219

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

Shades of Titan White #D8CCDB

Tints of Titan White #D8CCDB

RGB

 RED value IS 216 (84.77% from 255) = 33.8%

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

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

R = 33.8%
G = 31.92%
B = 34.27%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8CCDB (or 0xD8CCDB) is known color: Titan White. HEX triplet: D8, CC and DB. RGB value is (216,204,219). Sum of RGB (Red+Green+Blue) = 216+204+219=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCDB is #273324. Grayscale: #D1D1D1. Windows color (decimal): -2568997 or 14404824. OLE color: 14404824.

HSL color Cylindrical-coordinate representation of color #D8CCDB: hue angle of 288º degrees, saturation: 0.17, 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 #D8CCDB is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 204 219 -
CMYK 0.01 0.07 0 0.14
HSL 288º 0.17% 0.83% -
HSV(B) 288º 0.07% 0.86% -
XYZ 62.7 62.9 75.85 -
YUV 209.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 216 204 219 0.01 0.07 0 0.14 288 0.17 0.83
Hex D8 CC DB 1 7 0 E 120 11 53
Octal 330 314 333 1 7 0 16 440 21 123
Binary 11011000 11001100 11011011 1 111 0 1110 100100000 10001 1010011

Color Harmonies of #D8CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CCDB

Black with #D8CCDB

Text Example


Text Example

White with #D8CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CCDB; }

 p { color: rgb(216,204,219); }

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

background-color css

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

 a { background-color: rgb(216,204,219); }

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

border-color css

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

 span { border-color: rgb(216,204,219); }

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