#D7CCE9

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

Shades of Fog #D7CCE9

Tints of Fog #D7CCE9

Color information

#D7CCE9 (or 0xD7CCE9) is unknown color: approx Fog. HEX triplet: D7, CC and E9. RGB value is (215,204,233). Sum of RGB (Red+Green+Blue) = 215+204+233=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #D7CCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CCE9 is #283316. Grayscale: #D2D2D2. Windows color (decimal): -2634519 or 15322327. OLE color: 15322327.

HSL color Cylindrical-coordinate representation of color #D7CCE9: hue angle of 262.76º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7CCE9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215204233-
CMYK0.080.1200.09
HSL262.76º39.73%85.69%-
HSV(B)262.76º12.45%91.37%-
XYZ64.3363.5285.96-
YUV210.6140.64131.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.98%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 233 (91.41% from 255) = 35.74%
R=32.98%
G=31.29%
B=35.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152042330.080.1200.09262.7639.7385.69
HexD7CCE98C091072856
Octal327314351101401140750126
Binary11010111110011001110100110001100010011000001111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCE9; }

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

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

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

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

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

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

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

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