#D2CCD5

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

Shades of Titan White #D2CCD5

Tints of Titan White #D2CCD5

Color information

#D2CCD5 (or 0xD2CCD5) is unknown color: approx Titan White. HEX triplet: D2, CC and D5. RGB value is (210,204,213). Sum of RGB (Red+Green+Blue) = 210+204+213=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCD5 is #2D332A. Grayscale: #CECECE. Windows color (decimal): -2962219 or 14011602. OLE color: 14011602.

HSL color Cylindrical-coordinate representation of color #D2CCD5: hue angle of 280º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CCD5 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210204213-
CMYK0.010.0400.16
HSL280º9.68%81.76%-
HSV(B)280º4.23%83.53%-
XYZ60.1861.6971.69-
YUV206.82131.49130.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=33.49%
G=32.54%
B=33.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102042130.010.0400.162809.6881.76
HexD2CCD514010118a52
Octal3223143251402043012122
Binary110100101100110011010101110001000010001100010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCD5; }

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

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

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

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

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

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

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

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