#D6C7E2

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

Shades of Fog #D6C7E2

Tints of Fog #D6C7E2

Color information

#D6C7E2 (or 0xD6C7E2) is unknown color: approx Fog. HEX triplet: D6, C7 and E2. RGB value is (214,199,226). Sum of RGB (Red+Green+Blue) = 214+199+226=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #D6C7E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7E2 is #29381D. Grayscale: #CECECE. Windows color (decimal): -2701342 or 14862294. OLE color: 14862294.

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

Color convert

RGB214199226-
CMYK0.050.1200.11
HSL273.33º31.76%83.33%-
HSV(B)273.33º11.95%88.63%-
XYZ61.8860.6380.39-
YUV206.56138.97133.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.49%
GREEN value IS 199 (78.12% from 255) = 31.14%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=33.49%
G=31.14%
B=35.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141992260.050.1200.11273.3331.7683.33
HexD6C7E25C0B1112053
Octal32630734251401342140123
Binary1101011011000111111000101011100010111000100011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7E2; }

 p { color: rgb(214,199,226); }

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

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

 a { background-color: rgb(214,199,226); }

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

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

 span { border-color: rgb(214,199,226); }

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