Html Css Color HEX #D5C5DC Titan White

📋 copy color: '#D5C5DC'

red 213 ◦ green 197 ◦ blue 220

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

Shades of Titan White #D5C5DC

Tints of Titan White #D5C5DC

RGB

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

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

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

R = 33.81%
G = 31.27%
B = 34.92%

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

#D5C5DC (or 0xD5C5DC) is known color: Titan White. HEX triplet: D5, C5 and DC. RGB value is (213,197,220). Sum of RGB (Red+Green+Blue) = 213+197+220=630 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.81% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C5DC is #2A3A23. Grayscale: #CCCCCC. Windows color (decimal): -2767396 or 14468565. OLE color: 14468565.

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

Color convert

RGB 213 197 220 -
CMYK 0.03 0.10 0 0.14
HSL 281.74º 0.25% 0.82% -
HSV(B) 281.74º 0.1% 0.86% -
XYZ 60.33 59.25 75.97 -
YUV 204.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 213 197 220 0.03 0.10 0 0.14 281.74 0.25 0.82
Hex D5 C5 DC 3 A 0 E 11A 19 52
Octal 325 305 334 3 12 0 16 432 31 122
Binary 11010101 11000101 11011100 11 1010 0 1110 100011010 11001 1010010

Color Harmonies of #D5C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C5DC

Black with #D5C5DC

Text Example


Text Example

White with #D5C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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