#D5C8DC

Color #D5C8DC Titan White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Titan White #D5C8DC

Tints of Titan White #D5C8DC

Color information

#D5C8DC (or 0xD5C8DC) is unknown color: approx Titan White. HEX triplet: D5, C8 and DC. RGB value is (213,200,220). Sum of RGB (Red+Green+Blue) = 213+200+220=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C8DC is #2A3723. Grayscale: #CECECE. Windows color (decimal): -2766628 or 14469333. OLE color: 14469333.

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

Color convert

RGB213200220-
CMYK0.030.0900.14
HSL279º22.22%82.35%-
HSV(B)279º9.09%86.27%-
XYZ61.0160.6276.2-
YUV206.17135.81132.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.65%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=33.65%
G=31.60%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132002200.030.0900.1427922.2282.35
HexD5C8DC390E1171652
Octal32531033431101642726122
Binary11010101110010001101110011100101110100010111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C8DC; }

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

 H1.HeaderClassName
 {
   color: #D5C8DC;
 }
 .AnyTagClassName
 {
   color: #D5C8DC;
 }
</style>
background-color css

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

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

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

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

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

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