#D6C0F1

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

Shades of Fog #D6C0F1

Tints of Fog #D6C0F1

Color information

#D6C0F1 (or 0xD6C0F1) is unknown color: approx Fog. HEX triplet: D6, C0 and F1. RGB value is (214,192,241). Sum of RGB (Red+Green+Blue) = 214+192+241=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6C0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C0F1 is #293F0E. Grayscale: #CBCBCB. Windows color (decimal): -2703119 or 15843542. OLE color: 15843542.

HSL color Cylindrical-coordinate representation of color #D6C0F1: hue angle of 266.94º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C0F1 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214192241-
CMYK0.110.2000.05
HSL266.94º63.64%84.9%-
HSV(B)266.94º20.33%94.51%-
XYZ62.4658.3591.19-
YUV204.16148.79135.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.08%
GREEN value IS 192 (75.39% from 255) = 29.68%
BLUE value IS 241 (94.53% from 255) = 37.25%
R=33.08%
G=29.68%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2141922410.110.2000.05266.9463.6484.9
HexD6C0F1B140510b4055
Octal326300361132405413100125
Binary110101101100000011110001101110100010110000101110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C0F1; }

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

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

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

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

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

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

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

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