Html Css Color HEX #D4C5DC Titan White

📋 copy color: '#D4C5DC'

red 212 ◦ green 197 ◦ blue 220

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

Shades of Titan White #D4C5DC

Tints of Titan White #D4C5DC

RGB

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

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

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

R = 33.7%
G = 31.32%
B = 34.98%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4C5DC (or 0xD4C5DC) is known color: Titan White. HEX triplet: D4, C5 and DC. RGB value is (212,197,220). Sum of RGB (Red+Green+Blue) = 212+197+220=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5DC is #2B3A23. Grayscale: #CCCCCC. Windows color (decimal): -2832932 or 14468564. OLE color: 14468564.

HSL color Cylindrical-coordinate representation of color #D4C5DC: hue angle of 279.13º degrees, saturation: 0.25, 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 #D4C5DC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 197 220 -
CMYK 0.04 0.10 0 0.14
HSL 279.13º 0.25% 0.82% -
HSV(B) 279.13º 0.1% 0.86% -
XYZ 60.04 59.1 75.95 -
YUV 204.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 212 197 220 0.04 0.10 0 0.14 279.13 0.25 0.82
Hex D4 C5 DC 4 A 0 E 117 19 52
Octal 324 305 334 4 12 0 16 427 31 122
Binary 11010100 11000101 11011100 100 1010 0 1110 100010111 11001 1010010

Color Harmonies of #D4C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C5DC

Black with #D4C5DC

Text Example


Text Example

White with #D4C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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