#D6C2E1

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

Shades of Fog #D6C2E1

Tints of Fog #D6C2E1

Color information

#D6C2E1 (or 0xD6C2E1) is unknown color: approx Fog. HEX triplet: D6, C2 and E1. RGB value is (214,194,225). Sum of RGB (Red+Green+Blue) = 214+194+225=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6C2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C2E1 is #293D1E. Grayscale: #CBCBCB. Windows color (decimal): -2702623 or 14795478. OLE color: 14795478.

HSL color Cylindrical-coordinate representation of color #D6C2E1: hue angle of 278.71º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6C2E1 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214194225-
CMYK0.050.1400.12
HSL278.71º34.07%82.16%-
HSV(B)278.71º13.78%88.24%-
XYZ60.6158.3279.3-
YUV203.51140.13135.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=33.81%
G=30.65%
B=35.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141942250.050.1400.12278.7134.0782.16
HexD6C2E15E0C1172252
Octal32630234151601442742122
Binary1101011011000010111000011011110011001000101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2E1; }

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

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

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

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

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

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

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

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