#D1C0F5

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

Shades of Fog #D1C0F5

Tints of Fog #D1C0F5

Color information

#D1C0F5 (or 0xD1C0F5) is unknown color: approx Fog. HEX triplet: D1, C0 and F5. RGB value is (209,192,245). Sum of RGB (Red+Green+Blue) = 209+192+245=646 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.35% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #D1C0F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C0F5 is #2E3F0A. Grayscale: #CACACA. Windows color (decimal): -3030795 or 16105681. OLE color: 16105681.

HSL color Cylindrical-coordinate representation of color #D1C0F5: hue angle of 259.25º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1C0F5 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB209192245-
CMYK0.150.2200.04
HSL259.25º72.6%85.69%-
HSV(B)259.25º21.63%96.08%-
XYZ61.6357.8594.3-
YUV203.12151.63132.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.35%
GREEN value IS 192 (75.39% from 255) = 29.72%
BLUE value IS 245 (96.09% from 255) = 37.93%
R=32.35%
G=29.72%
B=37.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2091922450.150.2200.04259.2572.685.69
HexD1C0F5F16041034956
Octal321300365172604403111126
Binary110100011100000011110101111110110010010000001110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C0F5; }

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

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

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

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

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

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

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

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