#D3BEEB

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

Shades of Fog #D3BEEB

Tints of Fog #D3BEEB

Color information

#D3BEEB (or 0xD3BEEB) is unknown color: approx Fog. HEX triplet: D3, BE and EB. RGB value is (211,190,235). Sum of RGB (Red+Green+Blue) = 211+190+235=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 190 (74.61% from 255 or 29.87% 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 #D3BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEEB is #2C4114. Grayscale: #C9C9C9. Windows color (decimal): -2900245 or 15449811. OLE color: 15449811.

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

Color convert

RGB211190235-
CMYK0.100.1900.08
HSL268º52.94%83.33%-
HSV(B)268º19.15%92.16%-
XYZ60.2756.6786.36-
YUV201.41146.96134.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.18%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=33.18%
G=29.87%
B=36.95%

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
Decimal2111902350.100.1900.0826852.9483.33
HexD3BEEBA130810c3553
Octal323276353122301041465123
Binary110100111011111011101011101010011010001000011001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BEEB; }

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

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

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

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

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

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

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

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