#D7CCEA

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

Shades of Fog #D7CCEA

Tints of Fog #D7CCEA

Color information

#D7CCEA (or 0xD7CCEA) is unknown color: approx Fog. HEX triplet: D7, CC and EA. RGB value is (215,204,234). Sum of RGB (Red+Green+Blue) = 215+204+234=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CCEA is #283315. Grayscale: #D2D2D2. Windows color (decimal): -2634518 or 15387863. OLE color: 15387863.

HSL color Cylindrical-coordinate representation of color #D7CCEA: hue angle of 262º degrees, saturation: 0.42, 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 #D7CCEA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215204234-
CMYK0.080.1300.08
HSL262º41.67%85.88%-
HSV(B)262º12.82%91.76%-
XYZ64.4763.5786.71-
YUV210.71141.14131.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.92%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=32.92%
G=31.24%
B=35.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152042340.080.1300.0826241.6785.88
HexD7CCEA8D081062a56
Octal327314352101501040652126
Binary11010111110011001110101010001101010001000001101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCEA; }

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

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

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

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

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

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

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

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