#D2CBD6

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

Shades of Titan White #D2CBD6

Tints of Titan White #D2CBD6

Color information

#D2CBD6 (or 0xD2CBD6) is unknown color: approx Titan White. HEX triplet: D2, CB and D6. RGB value is (210,203,214). Sum of RGB (Red+Green+Blue) = 210+203+214=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 214 - color contains mainly: blue. Hex color #D2CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBD6 is #2D3429. Grayscale: #CECECE. Windows color (decimal): -2962474 or 14076882. OLE color: 14076882.

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

Color convert

RGB210203214-
CMYK0.020.0500.16
HSL278.18º11.83%81.76%-
HSV(B)278.18º5.14%83.92%-
XYZ60.0761.2772.28-
YUV206.35132.32130.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.49%
GREEN value IS 203 (79.69% from 255) = 32.38%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=33.49%
G=32.38%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102032140.020.0500.16278.1811.8381.76
HexD2CBD625010116c52
Octal3223133262502042614122
Binary1101001011001011110101101010101000010001011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CBD6; }

 p { color: rgb(210,203,214); }

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

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

 a { background-color: rgb(210,203,214); }

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

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

 span { border-color: rgb(210,203,214); }

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