#D7C2E1

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

Shades of Titan White #D7C2E1

Tints of Titan White #D7C2E1

Color information

#D7C2E1 (or 0xD7C2E1) is unknown color: approx Titan White. HEX triplet: D7, C2 and E1. RGB value is (215,194,225). Sum of RGB (Red+Green+Blue) = 215+194+225=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7C2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C2E1 is #283D1E. Grayscale: #CBCBCB. Windows color (decimal): -2637087 or 14795479. OLE color: 14795479.

HSL color Cylindrical-coordinate representation of color #D7C2E1: hue angle of 280.65º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7C2E1 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215194225-
CMYK0.040.1400.12
HSL280.65º34.07%82.16%-
HSV(B)280.65º13.78%88.24%-
XYZ60.9158.4779.31-
YUV203.81139.96135.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.91%
GREEN value IS 194 (76.17% from 255) = 30.60%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=33.91%
G=30.60%
B=35.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2151942250.040.1400.12280.6534.0782.16
HexD7C2E14E0C1192252
Octal32730234141601443142122
Binary1101011111000010111000011001110011001000110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C2E1; }

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

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

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

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

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

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

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

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