#D7C6DD

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

Shades of Titan White #D7C6DD

Tints of Titan White #D7C6DD

Color information

#D7C6DD (or 0xD7C6DD) is unknown color: approx Titan White. HEX triplet: D7, C6 and DD. RGB value is (215,198,221). Sum of RGB (Red+Green+Blue) = 215+198+221=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7C6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C6DD is #283922. Grayscale: #CDCDCD. Windows color (decimal): -2636067 or 14534359. OLE color: 14534359.

HSL color Cylindrical-coordinate representation of color #D7C6DD: hue angle of 284.35º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D7C6DD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215198221-
CMYK0.030.1000.13
HSL284.35º25.27%82.16%-
HSV(B)284.35º10.41%86.67%-
XYZ61.2760.0676.77-
YUV205.7136.63134.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 198 (77.73% from 255) = 31.23%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=33.91%
G=31.23%
B=34.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151982210.030.1000.13284.3525.2782.16
HexD7C6DD3A0D11c1952
Octal32730633531201543431122
Binary11010111110001101101110111101001101100011100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C6DD; }

 p { color: rgb(215,198,221); }

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

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

 a { background-color: rgb(215,198,221); }

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

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

 span { border-color: rgb(215,198,221); }

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