#D3C0EB

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

Shades of Fog #D3C0EB

Tints of Fog #D3C0EB

Color information

#D3C0EB (or 0xD3C0EB) is unknown color: approx Fog. HEX triplet: D3, C0 and EB. RGB value is (211,192,235). Sum of RGB (Red+Green+Blue) = 211+192+235=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 192 (75.39% from 255 or 30.09% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C0EB is #2C3F14. Grayscale: #CACACA. Windows color (decimal): -2899733 or 15450323. OLE color: 15450323.

HSL color Cylindrical-coordinate representation of color #D3C0EB: hue angle of 266.51º 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 #D3C0EB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211192235-
CMYK0.100.1800.08
HSL266.51º51.81%83.73%-
HSV(B)266.51º18.3%92.16%-
XYZ60.7157.5586.51-
YUV202.58146.29134-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.07%
GREEN value IS 192 (75.39% from 255) = 30.09%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=33.07%
G=30.09%
B=36.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111922350.100.1800.08266.5151.8183.73
HexD3C0EBA120810b3454
Octal323300353122201041364124
Binary110100111100000011101011101010010010001000010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C0EB; }

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

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

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

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

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

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

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

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