#D6CEE1

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

Shades of Fog #D6CEE1

Tints of Fog #D6CEE1

Color information

#D6CEE1 (or 0xD6CEE1) is unknown color: approx Fog. HEX triplet: D6, CE and E1. RGB value is (214,206,225). Sum of RGB (Red+Green+Blue) = 214+206+225=645 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.18% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEE1 is #29311E. Grayscale: #D2D2D2. Windows color (decimal): -2699551 or 14798550. OLE color: 14798550.

HSL color Cylindrical-coordinate representation of color #D6CEE1: hue angle of 265.26º 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 #D6CEE1 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214206225-
CMYK0.050.0800.12
HSL265.26º24.05%84.51%-
HSV(B)265.26º8.44%88.24%-
XYZ63.3963.8880.22-
YUV210.56136.15130.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.18%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=33.18%
G=31.94%
B=34.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142062250.050.0800.12265.2624.0584.51
HexD6CEE1580C1091855
Octal32631634151001441130125
Binary110101101100111011100001101100001100100001001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEE1; }

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

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

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

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

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

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

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

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