#D2CED5

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

Shades of Titan White #D2CED5

Tints of Titan White #D2CED5

Color information

#D2CED5 (or 0xD2CED5) is unknown color: approx Titan White. HEX triplet: D2, CE and D5. RGB value is (210,206,213). Sum of RGB (Red+Green+Blue) = 210+206+213=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 213 - color contains mainly: blue. Hex color #D2CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CED5 is #2D312A. Grayscale: #CFCFCF. Windows color (decimal): -2961707 or 14012114. OLE color: 14012114.

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

Color convert

RGB210206213-
CMYK0.010.0300.16
HSL274.29º7.69%82.16%-
HSV(B)274.29º3.29%83.53%-
XYZ60.6662.6571.85-
YUV207.99130.83129.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 213 (83.59% from 255) = 33.86%
R=33.39%
G=32.75%
B=33.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102062130.010.0300.16274.297.6982.16
HexD2CED513010112852
Octal3223163251302042210122
Binary11010010110011101101010111101000010001001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CED5; }

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

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

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

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

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

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

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

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