#D2CDD5

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

Shades of Titan White #D2CDD5

Tints of Titan White #D2CDD5

Color information

#D2CDD5 (or 0xD2CDD5) is unknown color: approx Titan White. HEX triplet: D2, CD and D5. RGB value is (210,205,213). Sum of RGB (Red+Green+Blue) = 210+205+213=628 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.44% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CDD5 is #2D322A. Grayscale: #CFCFCF. Windows color (decimal): -2961963 or 14011858. OLE color: 14011858.

HSL color Cylindrical-coordinate representation of color #D2CDD5: hue angle of 277.5º degrees, saturation: 0.09, 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 #D2CDD5 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210205213-
CMYK0.010.0400.16
HSL277.5º8.7%81.96%-
HSV(B)277.5º3.76%83.53%-
XYZ60.4262.1771.77-
YUV207.41131.16129.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.44%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 213 (83.59% from 255) = 33.92%
R=33.44%
G=32.64%
B=33.92%

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
Decimal2102052130.010.0400.16277.58.781.96
HexD2CDD514010116952
Octal3223153251402042611122
Binary110100101100110111010101110001000010001011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CDD5; }

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

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

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

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

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

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

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

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