#D9BEEB

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

Shades of Fog #D9BEEB

Tints of Fog #D9BEEB

Color information

#D9BEEB (or 0xD9BEEB) is unknown color: approx Fog. HEX triplet: D9, BE and EB. RGB value is (217,190,235). Sum of RGB (Red+Green+Blue) = 217+190+235=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BEEB is #264114. Grayscale: #CBCBCB. Windows color (decimal): -2507029 or 15449817. OLE color: 15449817.

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

Color convert

RGB217190235-
CMYK0.080.1900.08
HSL276º52.94%83.33%-
HSV(B)276º19.15%92.16%-
XYZ62.0257.5886.44-
YUV203.2145.95137.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.80%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=33.80%
G=29.60%
B=36.60%

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
Decimal2171902350.080.1900.0827652.9483.33
HexD9BEEB813081143553
Octal331276353102301042465123
Binary110110011011111011101011100010011010001000101001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEEB; }

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

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

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

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

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

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

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

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