#D6C9F1

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

Shades of Fog #D6C9F1

Tints of Fog #D6C9F1

Color information

#D6C9F1 (or 0xD6C9F1) is unknown color: approx Fog. HEX triplet: D6, C9 and F1. RGB value is (214,201,241). Sum of RGB (Red+Green+Blue) = 214+201+241=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6C9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C9F1 is #29360E. Grayscale: #D1D1D1. Windows color (decimal): -2700815 or 15845846. OLE color: 15845846.

HSL color Cylindrical-coordinate representation of color #D6C9F1: hue angle of 259.5º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6C9F1 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB214201241-
CMYK0.110.1700.05
HSL259.5º58.82%86.67%-
HSV(B)259.5º16.6%94.51%-
XYZ64.562.4291.87-
YUV209.45145.81131.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.62%
GREEN value IS 201 (78.91% from 255) = 30.64%
BLUE value IS 241 (94.53% from 255) = 36.74%
R=32.62%
G=30.64%
B=36.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142012410.110.1700.05259.558.8286.67
HexD6C9F1B11051043b57
Octal32631136113210540473127
Binary11010110110010011111000110111000101011000001001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C9F1; }

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

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

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

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

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

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

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

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