#D7CCDC

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

Shades of Titan White #D7CCDC

Tints of Titan White #D7CCDC

Color information

#D7CCDC (or 0xD7CCDC) is unknown color: approx Titan White. HEX triplet: D7, CC and DC. RGB value is (215,204,220). Sum of RGB (Red+Green+Blue) = 215+204+220=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCDC is #283323. Grayscale: #D1D1D1. Windows color (decimal): -2634532 or 14470359. OLE color: 14470359.

HSL color Cylindrical-coordinate representation of color #D7CCDC: hue angle of 281.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D7CCDC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB215204220-
CMYK0.020.0700.14
HSL281.25º18.6%83.14%-
HSV(B)281.25º7.27%86.27%-
XYZ62.5462.876.54-
YUV209.11134.14132.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.65%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=33.65%
G=31.92%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152042200.020.0700.14281.2518.683.14
HexD7CCDC270E1191353
Octal3273143342701643123123
Binary1101011111001100110111001011101110100011001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCDC; }

 p { color: rgb(215,204,220); }

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

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

 a { background-color: rgb(215,204,220); }

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

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

 span { border-color: rgb(215,204,220); }

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