Html Css Color HEX #D4C8DB Titan White

📋 copy color: '#D4C8DB'

red 212 ◦ green 200 ◦ blue 219

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

Shades of Titan White #D4C8DB

Tints of Titan White #D4C8DB

RGB

 RED value IS 212 (83.2% from 255) = 33.6%

 GREEN value IS 200 (78.52% from 255) = 31.7%

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

R = 33.6%
G = 31.7%
B = 34.71%

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

#D4C8DB (or 0xD4C8DB) is known color: Titan White. HEX triplet: D4, C8 and DB. RGB value is (212,200,219). Sum of RGB (Red+Green+Blue) = 212+200+219=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C8DB is #2B3724. Grayscale: #CDCDCD. Windows color (decimal): -2832165 or 14403796. OLE color: 14403796.

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

Color convert

RGB 212 200 219 -
CMYK 0.03 0.09 0 0.14
HSL 277.89º 0.21% 0.82% -
HSV(B) 277.89º 0.09% 0.86% -
XYZ 60.59 60.42 75.49 -
YUV 205.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 212 200 219 0.03 0.09 0 0.14 277.89 0.21 0.82
Hex D4 C8 DB 3 9 0 E 116 15 52
Octal 324 310 333 3 11 0 16 426 25 122
Binary 11010100 11001000 11011011 11 1001 0 1110 100010110 10101 1010010

Color Harmonies of #D4C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C8DB

Black with #D4C8DB

Text Example


Text Example

White with #D4C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C8DB; }

 p { color: rgb(212,200,219); }

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

background-color css

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

 a { background-color: rgb(212,200,219); }

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

border-color css

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

 span { border-color: rgb(212,200,219); }

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