#D7C2DF

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

Shades of Titan White #D7C2DF

Tints of Titan White #D7C2DF

Color information

#D7C2DF (or 0xD7C2DF) is unknown color: approx Titan White. HEX triplet: D7, C2 and DF. RGB value is (215,194,223). Sum of RGB (Red+Green+Blue) = 215+194+223=632 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.02% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7C2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2DF is #283D20. Grayscale: #CBCBCB. Windows color (decimal): -2637089 or 14664407. OLE color: 14664407.

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

Color convert

RGB215194223-
CMYK0.040.1300.13
HSL283.45º31.18%81.76%-
HSV(B)283.45º13%87.45%-
XYZ60.6458.3677.88-
YUV203.58138.96136.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.02%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 223 (87.5% from 255) = 35.28%
R=34.02%
G=30.70%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151942230.040.1300.13283.4531.1881.76
HexD7C2DF4D0D11b1f52
Octal32730233741501543337122
Binary110101111100001011011111100110101101100011011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C2DF; }

 p { color: rgb(215,194,223); }

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

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

 a { background-color: rgb(215,194,223); }

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

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

 span { border-color: rgb(215,194,223); }

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