#D0C0F1

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

Shades of Fog #D0C0F1

Tints of Fog #D0C0F1

Color information

#D0C0F1 (or 0xD0C0F1) is unknown color: approx Fog. HEX triplet: D0, C0 and F1. RGB value is (208,192,241). Sum of RGB (Red+Green+Blue) = 208+192+241=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 192 (75.39% from 255 or 29.95% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #D0C0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C0F1 is #2F3F0E. Grayscale: #CACACA. Windows color (decimal): -3096335 or 15843536. OLE color: 15843536.

HSL color Cylindrical-coordinate representation of color #D0C0F1: hue angle of 259.59º 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 #D0C0F1 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208192241-
CMYK0.140.2000.05
HSL259.59º63.64%84.9%-
HSV(B)259.59º20.33%94.51%-
XYZ60.7457.4691.11-
YUV202.37149.8132.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.45%
GREEN value IS 192 (75.39% from 255) = 29.95%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=32.45%
G=29.95%
B=37.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081922410.140.2000.05259.5963.6484.9
HexD0C0F1E14051044055
Octal320300361162405404100125
Binary110100001100000011110001111010100010110000010010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C0F1; }

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

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

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

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

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

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

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

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