Html Css Color HEX #D4C5DB Titan White

📋 copy color: '#D4C5DB'

red 212 ◦ green 197 ◦ blue 219

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

Shades of Titan White #D4C5DB

Tints of Titan White #D4C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.37%

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

R = 33.76%
G = 31.37%
B = 34.87%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4C5DB (or 0xD4C5DB) is known color: Titan White. HEX triplet: D4, C5 and DB. RGB value is (212,197,219). Sum of RGB (Red+Green+Blue) = 212+197+219=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5DB is #2B3A24. Grayscale: #CBCBCB. Windows color (decimal): -2832933 or 14403028. OLE color: 14403028.

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

Color convert

RGB 212 197 219 -
CMYK 0.03 0.10 0 0.14
HSL 280.91º 0.23% 0.82% -
HSV(B) 280.91º 0.1% 0.86% -
XYZ 59.9 59.04 75.26 -
YUV 203.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 212 197 219 0.03 0.10 0 0.14 280.91 0.23 0.82
Hex D4 C5 DB 3 A 0 E 119 17 52
Octal 324 305 333 3 12 0 16 431 27 122
Binary 11010100 11000101 11011011 11 1010 0 1110 100011001 10111 1010010

Color Harmonies of #D4C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C5DB

Black with #D4C5DB

Text Example


Text Example

White with #D4C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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