#D3BEEA

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

Shades of Fog #D3BEEA

Tints of Fog #D3BEEA

Color information

#D3BEEA (or 0xD3BEEA) is unknown color: approx Fog. HEX triplet: D3, BE and EA. RGB value is (211,190,234). Sum of RGB (Red+Green+Blue) = 211+190+234=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #D3BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEEA is #2C4115. Grayscale: #C9C9C9. Windows color (decimal): -2900246 or 15384275. OLE color: 15384275.

HSL color Cylindrical-coordinate representation of color #D3BEEA: hue angle of 268.64º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3BEEA is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211190234-
CMYK0.100.1900.08
HSL268.64º51.16%83.14%-
HSV(B)268.64º18.8%91.76%-
XYZ60.1356.6285.6-
YUV201.29146.46134.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.23%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=33.23%
G=29.92%
B=36.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111902340.100.1900.08268.6451.1683.14
HexD3BEEAA130810d3353
Octal323276352122301041563123
Binary110100111011111011101010101010011010001000011011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BEEA; }

 p { color: rgb(211,190,234); }

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

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

 a { background-color: rgb(211,190,234); }

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

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

 span { border-color: rgb(211,190,234); }

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