#D1CCD5

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

Shades of Titan White #D1CCD5

Tints of Titan White #D1CCD5

Color information

#D1CCD5 (or 0xD1CCD5) is unknown color: approx Titan White. HEX triplet: D1, CC and D5. RGB value is (209,204,213). Sum of RGB (Red+Green+Blue) = 209+204+213=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCD5 is #2E332A. Grayscale: #CECECE. Windows color (decimal): -3027755 or 14011601. OLE color: 14011601.

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

Color convert

RGB209204213-
CMYK0.020.0400.16
HSL273.33º9.68%81.76%-
HSV(B)273.33º4.23%83.53%-
XYZ59.961.5571.67-
YUV206.52131.66129.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.39%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=33.39%
G=32.59%
B=34.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092042130.020.0400.16273.339.6881.76
HexD1CCD524010111a52
Octal3213143252402042112122
Binary1101000111001100110101011010001000010001000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCD5; }

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

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

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

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

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

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

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

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