#D6C0F8

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

Shades of Fog #D6C0F8

Tints of Fog #D6C0F8

Color information

#D6C0F8 (or 0xD6C0F8) is unknown color: approx Fog. HEX triplet: D6, C0 and F8. RGB value is (214,192,248). Sum of RGB (Red+Green+Blue) = 214+192+248=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6C0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C0F8 is #293F07. Grayscale: #CCCCCC. Windows color (decimal): -2703112 or 16302294. OLE color: 16302294.

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

Color convert

RGB214192248-
CMYK0.140.2300.03
HSL263.57º80%86.27%-
HSV(B)263.57º22.58%97.25%-
XYZ63.5258.7796.8-
YUV204.96152.29134.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.72%
GREEN value IS 192 (75.39% from 255) = 29.36%
BLUE value IS 248 (97.27% from 255) = 37.92%
R=32.72%
G=29.36%
B=37.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2141922480.140.2300.03263.578086.27
HexD6C0F8E17031085056
Octal326300370162703410120126
Binary11010110110000001111100011101011101110000100010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C0F8; }

 p { color: rgb(214,192,248); }

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

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

 a { background-color: rgb(214,192,248); }

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

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

 span { border-color: rgb(214,192,248); }

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