#D1C0F9

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

Shades of Fog #D1C0F9

Tints of Fog #D1C0F9

Color information

#D1C0F9 (or 0xD1C0F9) is unknown color: approx Fog. HEX triplet: D1, C0 and F9. RGB value is (209,192,249). Sum of RGB (Red+Green+Blue) = 209+192+249=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C0F9 is #2E3F06. Grayscale: #CBCBCB. Windows color (decimal): -3030791 or 16367825. OLE color: 16367825.

HSL color Cylindrical-coordinate representation of color #D1C0F9: hue angle of 257.89º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1C0F9 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209192249-
CMYK0.160.2300.02
HSL257.89º82.61%86.47%-
HSV(B)257.89º22.89%97.65%-
XYZ62.2458.0997.56-
YUV203.58153.63131.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.15%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=32.15%
G=29.54%
B=38.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091922490.160.2300.02257.8982.6186.47
HexD1C0F91017021025356
Octal321300371202702402123126
Binary110100011100000011111001100001011101010000001010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C0F9; }

 p { color: rgb(209,192,249); }

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

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

 a { background-color: rgb(209,192,249); }

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

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

 span { border-color: rgb(209,192,249); }

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