#D6C7E3

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

Shades of Fog #D6C7E3

Tints of Fog #D6C7E3

Color information

#D6C7E3 (or 0xD6C7E3) is unknown color: approx Fog. HEX triplet: D6, C7 and E3. RGB value is (214,199,227). Sum of RGB (Red+Green+Blue) = 214+199+227=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #D6C7E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7E3 is #29381C. Grayscale: #CECECE. Windows color (decimal): -2701341 or 14927830. OLE color: 14927830.

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

Color convert

RGB214199227-
CMYK0.060.1200.11
HSL272.14º33.33%83.53%-
HSV(B)272.14º12.33%89.02%-
XYZ62.0260.6981.12-
YUV206.68139.47133.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.44%
GREEN value IS 199 (78.12% from 255) = 31.09%
BLUE value IS 227 (89.06% from 255) = 35.47%
R=33.44%
G=31.09%
B=35.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141992270.060.1200.11272.1433.3383.53
HexD6C7E36C0B1102154
Octal32630734361401342041124
Binary1101011011000111111000111101100010111000100001000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C7E3; }

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

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

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

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

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

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

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

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