#D8C2E1

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

Shades of Titan White #D8C2E1

Tints of Titan White #D8C2E1

Color information

#D8C2E1 (or 0xD8C2E1) is unknown color: approx Titan White. HEX triplet: D8, C2 and E1. RGB value is (216,194,225). Sum of RGB (Red+Green+Blue) = 216+194+225=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 225 - color contains mainly: blue. Hex color #D8C2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C2E1 is #273D1E. Grayscale: #CCCCCC. Windows color (decimal): -2571551 or 14795480. OLE color: 14795480.

HSL color Cylindrical-coordinate representation of color #D8C2E1: hue angle of 282.58º 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 #D8C2E1 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216194225-
CMYK0.040.1400.12
HSL282.58º34.07%82.16%-
HSV(B)282.58º13.78%88.24%-
XYZ61.258.6279.32-
YUV204.11139.79136.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.02%
GREEN value IS 194 (76.17% from 255) = 30.55%
BLUE value IS 225 (88.28% from 255) = 35.43%
R=34.02%
G=30.55%
B=35.43%

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
Decimal2161942250.040.1400.12282.5834.0782.16
HexD8C2E14E0C11b2252
Octal33030234141601443342122
Binary1101100011000010111000011001110011001000110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C2E1; }

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

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

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

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

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

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

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

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