#D4BEEA

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

Shades of Fog #D4BEEA

Tints of Fog #D4BEEA

Color information

#D4BEEA (or 0xD4BEEA) is unknown color: approx Fog. HEX triplet: D4, BE and EA. RGB value is (212,190,234). Sum of RGB (Red+Green+Blue) = 212+190+234=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #D4BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEEA is #2B4115. Grayscale: #C9C9C9. Windows color (decimal): -2834710 or 15384276. OLE color: 15384276.

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

Color convert

RGB212190234-
CMYK0.090.1900.08
HSL270º51.16%83.14%-
HSV(B)270º18.8%91.76%-
XYZ60.4256.7685.61-
YUV201.59146.29135.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=33.33%
G=29.87%
B=36.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121902340.090.1900.0827051.1683.14
HexD4BEEA9130810e3353
Octal324276352112301041663123
Binary110101001011111011101010100110011010001000011101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEEA; }

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

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

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

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

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

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

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

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