#D7CEE3

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

Shades of Fog #D7CEE3

Tints of Fog #D7CEE3

Color information

#D7CEE3 (or 0xD7CEE3) is unknown color: approx Fog. HEX triplet: D7, CE and E3. RGB value is (215,206,227). Sum of RGB (Red+Green+Blue) = 215+206+227=648 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.18% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 227 - color contains mainly: blue. Hex color #D7CEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEE3 is #28311C. Grayscale: #D3D3D3. Windows color (decimal): -2634013 or 14929623. OLE color: 14929623.

HSL color Cylindrical-coordinate representation of color #D7CEE3: hue angle of 265.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7CEE3 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB215206227-
CMYK0.050.0900.11
HSL265.71º27.27%84.9%-
HSV(B)265.71º9.25%89.02%-
XYZ63.9664.1481.68-
YUV211.08136.98130.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.18%
GREEN value IS 206 (80.86% from 255) = 31.79%
BLUE value IS 227 (89.06% from 255) = 35.03%
R=33.18%
G=31.79%
B=35.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152062270.050.0900.11265.7127.2784.9
HexD7CEE3590B10a1b55
Octal32731634351101341233125
Binary110101111100111011100011101100101011100001010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEE3; }

 p { color: rgb(215,206,227); }

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

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

 a { background-color: rgb(215,206,227); }

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

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

 span { border-color: rgb(215,206,227); }

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