#D7CCDA

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

Shades of Titan White #D7CCDA

Tints of Titan White #D7CCDA

Color information

#D7CCDA (or 0xD7CCDA) is unknown color: approx Titan White. HEX triplet: D7, CC and DA. RGB value is (215,204,218). Sum of RGB (Red+Green+Blue) = 215+204+218=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCDA is #283325. Grayscale: #D0D0D0. Windows color (decimal): -2634534 or 14339287. OLE color: 14339287.

HSL color Cylindrical-coordinate representation of color #D7CCDA: hue angle of 287.14º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7CCDA is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB215204218-
CMYK0.010.0600.15
HSL287.14º15.91%82.75%-
HSV(B)287.14º6.42%85.49%-
XYZ62.2762.6975.15-
YUV208.88133.14132.36-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 204 (80.08% from 255) = 32.03%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=33.75%
G=32.03%
B=34.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152042180.010.0600.15287.1415.9182.75
HexD7CCDA160F11f1053
Octal3273143321601743720123
Binary110101111100110011011010111001111100011111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCDA; }

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

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

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

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

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

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

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

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