Html Css Color HEX #D4C9DB Titan White

📋 copy color: '#D4C9DB'

red 212 ◦ green 201 ◦ blue 219

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

Shades of Titan White #D4C9DB

Tints of Titan White #D4C9DB

RGB

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

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

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

R = 33.54%
G = 31.8%
B = 34.65%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4C9DB (or 0xD4C9DB) is known color: Titan White. HEX triplet: D4, C9 and DB. RGB value is (212,201,219). Sum of RGB (Red+Green+Blue) = 212+201+219=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C9DB is #2B3624. Grayscale: #CECECE. Windows color (decimal): -2831909 or 14404052. OLE color: 14404052.

HSL color Cylindrical-coordinate representation of color #D4C9DB: hue angle of 276.67º 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 #D4C9DB is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 201 219 -
CMYK 0.03 0.08 0 0.14
HSL 276.67º 0.2% 0.82% -
HSV(B) 276.67º 0.08% 0.86% -
XYZ 60.82 60.88 75.56 -
YUV 206.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 212 201 219 0.03 0.08 0 0.14 276.67 0.2 0.82
Hex D4 C9 DB 3 8 0 E 115 14 52
Octal 324 311 333 3 10 0 16 425 24 122
Binary 11010100 11001001 11011011 11 1000 0 1110 100010101 10100 1010010

Color Harmonies of #D4C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C9DB

Black with #D4C9DB

Text Example


Text Example

White with #D4C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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