#D7CCEB

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

Shades of Fog #D7CCEB

Tints of Fog #D7CCEB

Color information

#D7CCEB (or 0xD7CCEB) is unknown color: approx Fog. HEX triplet: D7, CC and EB. RGB value is (215,204,235). Sum of RGB (Red+Green+Blue) = 215+204+235=654 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.87% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CCEB is #283314. Grayscale: #D2D2D2. Windows color (decimal): -2634517 or 15453399. OLE color: 15453399.

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

Color convert

RGB215204235-
CMYK0.090.1300.08
HSL261.29º43.66%86.08%-
HSV(B)261.29º13.19%92.16%-
XYZ64.6163.6387.47-
YUV210.82141.64130.98-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.87%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=32.87%
G=31.19%
B=35.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152042350.090.1300.08261.2943.6686.08
HexD7CCEB9D081052c56
Octal327314353111501040554126
Binary11010111110011001110101110011101010001000001011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCEB; }

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

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

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

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

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

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

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

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