#D6C8EC

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

Shades of Fog #D6C8EC

Tints of Fog #D6C8EC

Color information

#D6C8EC (or 0xD6C8EC) is unknown color: approx Fog. HEX triplet: D6, C8 and EC. RGB value is (214,200,236). Sum of RGB (Red+Green+Blue) = 214+200+236=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6C8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C8EC is #293713. Grayscale: #D0D0D0. Windows color (decimal): -2701076 or 15517910. OLE color: 15517910.

HSL color Cylindrical-coordinate representation of color #D6C8EC: hue angle of 263.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C8EC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214200236-
CMYK0.090.1500.07
HSL263.33º48.65%85.49%-
HSV(B)263.33º15.25%92.55%-
XYZ63.5361.6687.91-
YUV208.29143.64132.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.92%
GREEN value IS 200 (78.52% from 255) = 30.77%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=32.92%
G=30.77%
B=36.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142002360.090.1500.07263.3348.6585.49
HexD6C8EC9F071073155
Octal32631035411170740761125
Binary1101011011001000111011001001111101111000001111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C8EC; }

 p { color: rgb(214,200,236); }

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

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

 a { background-color: rgb(214,200,236); }

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

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

 span { border-color: rgb(214,200,236); }

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