#D5CCDA

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

Shades of Titan White #D5CCDA

Tints of Titan White #D5CCDA

Color information

#D5CCDA (or 0xD5CCDA) is unknown color: approx Titan White. HEX triplet: D5, CC and DA. RGB value is (213,204,218). Sum of RGB (Red+Green+Blue) = 213+204+218=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCDA is #2A3325. Grayscale: #D0D0D0. Windows color (decimal): -2765606 or 14339285. OLE color: 14339285.

HSL color Cylindrical-coordinate representation of color #D5CCDA: hue angle of 278.57º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CCDA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213204218-
CMYK0.020.0600.15
HSL278.57º15.91%82.75%-
HSV(B)278.57º6.42%85.49%-
XYZ61.6962.3975.12-
YUV208.29133.48131.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=33.54%
G=32.13%
B=34.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132042180.020.0600.15278.5715.9182.75
HexD5CCDA260F1171053
Octal3253143322601742720123
Binary1101010111001100110110101011001111100010111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CCDA; }

 p { color: rgb(213,204,218); }

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

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

 a { background-color: rgb(213,204,218); }

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

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

 span { border-color: rgb(213,204,218); }

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