#D6C2F7

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

Shades of Fog #D6C2F7

Tints of Fog #D6C2F7

Color information

#D6C2F7 (or 0xD6C2F7) is unknown color: approx Fog. HEX triplet: D6, C2 and F7. RGB value is (214,194,247). Sum of RGB (Red+Green+Blue) = 214+194+247=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 194 (76.17% from 255 or 29.62% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #D6C2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C2F7 is #293D08. Grayscale: #CDCDCD. Windows color (decimal): -2702601 or 16237270. OLE color: 16237270.

HSL color Cylindrical-coordinate representation of color #D6C2F7: hue angle of 262.64º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6C2F7 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB214194247-
CMYK0.130.2100.03
HSL262.64º76.81%86.47%-
HSV(B)262.64º21.46%96.86%-
XYZ63.8159.696.14-
YUV206.02151.13133.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.67%
GREEN value IS 194 (76.17% from 255) = 29.62%
BLUE value IS 247 (96.88% from 255) = 37.71%
R=32.67%
G=29.62%
B=37.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2141942470.130.2100.03262.6476.8186.47
HexD6C2F7D15031074d56
Octal326302367152503407115126
Binary11010110110000101111011111011010101110000011110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C2F7; }

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

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

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

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

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

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

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

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