#D2C0FB

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

Shades of Fog #D2C0FB

Tints of Fog #D2C0FB

Color information

#D2C0FB (or 0xD2C0FB) is unknown color: approx Fog. HEX triplet: D2, C0 and FB. RGB value is (210,192,251). Sum of RGB (Red+Green+Blue) = 210+192+251=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C0FB is #2D3F04. Grayscale: #CBCBCB. Windows color (decimal): -2965253 or 16498898. OLE color: 16498898.

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

Color convert

RGB210192251-
CMYK0.160.2400.02
HSL258.31º88.06%86.86%-
HSV(B)258.31º23.51%98.43%-
XYZ62.8458.3799.22-
YUV204.11154.46132.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.16%
GREEN value IS 192 (75.39% from 255) = 29.40%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=32.16%
G=29.40%
B=38.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101922510.160.2400.02258.3188.0686.86
HexD2C0FB1018021025857
Octal322300373203002402130127
Binary110100101100000011111011100001100001010000001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C0FB; }

 p { color: rgb(210,192,251); }

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

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

 a { background-color: rgb(210,192,251); }

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

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

 span { border-color: rgb(210,192,251); }

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