Html Css Color HEX #D4C5DD Titan White

📋 copy color: '#D4C5DD'

red 212 ◦ green 197 ◦ blue 221

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

Shades of Titan White #D4C5DD

Tints of Titan White #D4C5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.08%

R = 33.65%
G = 31.27%
B = 35.08%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4C5DD (or 0xD4C5DD) is known color: Titan White. HEX triplet: D4, C5 and DD. RGB value is (212,197,221). Sum of RGB (Red+Green+Blue) = 212+197+221=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4C5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5DD is #2B3A22. Grayscale: #CCCCCC. Windows color (decimal): -2832931 or 14534100. OLE color: 14534100.

HSL color Cylindrical-coordinate representation of color #D4C5DD: hue angle of 277.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4C5DD is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 197 221 -
CMYK 0.04 0.11 0 0.13
HSL 277.5º 0.26% 0.82% -
HSV(B) 277.5º 0.11% 0.87% -
XYZ 60.17 59.15 76.65 -
YUV 204.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 212 197 221 0.04 0.11 0 0.13 277.5 0.26 0.82
Hex D4 C5 DD 4 B 0 D 116 1A 52
Octal 324 305 335 4 13 0 15 426 32 122
Binary 11010100 11000101 11011101 100 1011 0 1101 100010110 11010 1010010

Color Harmonies of #D4C5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C5DD

Black with #D4C5DD

Text Example


Text Example

White with #D4C5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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