#D7BEEA

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

Shades of Fog #D7BEEA

Tints of Fog #D7BEEA

Color information

#D7BEEA (or 0xD7BEEA) is unknown color: approx Fog. HEX triplet: D7, BE and EA. RGB value is (215,190,234). Sum of RGB (Red+Green+Blue) = 215+190+234=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BEEA is #284115. Grayscale: #CACACA. Windows color (decimal): -2638102 or 15384279. OLE color: 15384279.

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

Color convert

RGB215190234-
CMYK0.080.1900.08
HSL274.09º51.16%83.14%-
HSV(B)274.09º18.8%91.76%-
XYZ61.2957.2185.66-
YUV202.49145.78136.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.65%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=33.65%
G=29.73%
B=36.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151902340.080.1900.08274.0951.1683.14
HexD7BEEA813081123353
Octal327276352102301042263123
Binary110101111011111011101010100010011010001000100101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BEEA; }

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

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

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

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

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

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

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

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