#D7CCDD

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

Shades of Titan White #D7CCDD

Tints of Titan White #D7CCDD

Color information

#D7CCDD (or 0xD7CCDD) is unknown color: approx Titan White. HEX triplet: D7, CC and DD. RGB value is (215,204,221). Sum of RGB (Red+Green+Blue) = 215+204+221=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCDD is #283322. Grayscale: #D1D1D1. Windows color (decimal): -2634531 or 14535895. OLE color: 14535895.

HSL color Cylindrical-coordinate representation of color #D7CCDD: hue angle of 278.82º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7CCDD is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215204221-
CMYK0.030.0800.13
HSL278.82º20%83.33%-
HSV(B)278.82º7.69%86.67%-
XYZ62.6762.8577.24-
YUV209.23134.64132.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.59%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=33.59%
G=31.88%
B=34.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152042210.030.0800.13278.822083.33
HexD7CCDD380D1171453
Octal32731433531001542724123
Binary11010111110011001101110111100001101100010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCDD; }

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

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

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

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

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

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

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

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