Html Css Color HEX #D5C4DD Titan White

📋 copy color: '#D5C4DD'

red 213 ◦ green 196 ◦ blue 221

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

Shades of Titan White #D5C4DD

Tints of Titan White #D5C4DD

RGB

 RED value IS 213 (83.59% from 255) = 33.81%

 GREEN value IS 196 (76.95% from 255) = 31.11%

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

R = 33.81%
G = 31.11%
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

#D5C4DD (or 0xD5C4DD) is known color: Titan White. HEX triplet: D5, C4 and DD. RGB value is (213,196,221). Sum of RGB (Red+Green+Blue) = 213+196+221=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 196 (76.95% from 255 or 31.11% 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 #D5C4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C4DD is #2A3B22. Grayscale: #CBCBCB. Windows color (decimal): -2767651 or 14533845. OLE color: 14533845.

HSL color Cylindrical-coordinate representation of color #D5C4DD: hue angle of 280.8º degrees, saturation: 0.27, 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 #D5C4DD is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 196 221 -
CMYK 0.04 0.11 0 0.13
HSL 280.8º 0.27% 0.82% -
HSV(B) 280.8º 0.11% 0.87% -
XYZ 60.23 58.85 76.59 -
YUV 203.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 213 196 221 0.04 0.11 0 0.13 280.8 0.27 0.82
Hex D5 C4 DD 4 B 0 D 119 1B 52
Octal 325 304 335 4 13 0 15 431 33 122
Binary 11010101 11000100 11011101 100 1011 0 1101 100011001 11011 1010010

Color Harmonies of #D5C4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C4DD

Black with #D5C4DD

Text Example


Text Example

White with #D5C4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C4DD; }

 p { color: rgb(213,196,221); }

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

background-color css

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

 a { background-color: rgb(213,196,221); }

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

border-color css

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

 span { border-color: rgb(213,196,221); }

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