#D1C0EB

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

Shades of Fog #D1C0EB

Tints of Fog #D1C0EB

Color information

#D1C0EB (or 0xD1C0EB) is unknown color: approx Fog. HEX triplet: D1, C0 and EB. RGB value is (209,192,235). Sum of RGB (Red+Green+Blue) = 209+192+235=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C0EB is #2E3F14. Grayscale: #C9C9C9. Windows color (decimal): -3030805 or 15450321. OLE color: 15450321.

HSL color Cylindrical-coordinate representation of color #D1C0EB: hue angle of 263.72º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1C0EB is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB209192235-
CMYK0.110.1800.08
HSL263.72º51.81%83.73%-
HSV(B)263.72º18.3%92.16%-
XYZ60.1457.2586.48-
YUV201.98146.63133-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.86%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=32.86%
G=30.19%
B=36.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091922350.110.1800.08263.7251.8183.73
HexD1C0EBB12081083454
Octal321300353132201041064124
Binary110100011100000011101011101110010010001000010001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C0EB; }

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

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

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

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

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

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

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

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