#D7CEE1

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

Shades of Fog #D7CEE1

Tints of Fog #D7CEE1

Color information

#D7CEE1 (or 0xD7CEE1) is unknown color: approx Fog. HEX triplet: D7, CE and E1. RGB value is (215,206,225). Sum of RGB (Red+Green+Blue) = 215+206+225=646 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.28% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 225 - color contains mainly: blue. Hex color #D7CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEE1 is #28311E. Grayscale: #D2D2D2. Windows color (decimal): -2634015 or 14798551. OLE color: 14798551.

HSL color Cylindrical-coordinate representation of color #D7CEE1: hue angle of 268.42º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7CEE1 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB215206225-
CMYK0.040.0800.12
HSL268.42º24.05%84.51%-
HSV(B)268.42º8.44%88.24%-
XYZ63.6964.0380.24-
YUV210.86135.98130.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.28%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 225 (88.28% from 255) = 34.83%
R=33.28%
G=31.89%
B=34.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2152062250.040.0800.12268.4224.0584.51
HexD7CEE1480C10c1855
Octal32731634141001441430125
Binary110101111100111011100001100100001100100001100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEE1; }

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

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

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

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

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

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

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

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