#D1BEEE

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

Shades of Fog #D1BEEE

Tints of Fog #D1BEEE

Color information

#D1BEEE (or 0xD1BEEE) is unknown color: approx Fog. HEX triplet: D1, BE and EE. RGB value is (209,190,238). Sum of RGB (Red+Green+Blue) = 209+190+238=637 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.81% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BEEE is #2E4111. Grayscale: #C8C8C8. Windows color (decimal): -3031314 or 15646417. OLE color: 15646417.

HSL color Cylindrical-coordinate representation of color #D1BEEE: hue angle of 263.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1BEEE is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209190238-
CMYK0.120.2000.07
HSL263.75º58.54%83.92%-
HSV(B)263.75º20.17%93.33%-
XYZ60.1456.5688.64-
YUV201.15148.79133.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.81%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=32.81%
G=29.83%
B=37.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091902380.120.2000.07263.7558.5483.92
HexD1BEEEC14071083b54
Octal32127635614240741073124
Binary11010001101111101110111011001010001111000010001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEEE; }

 p { color: rgb(209,190,238); }

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

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

 a { background-color: rgb(209,190,238); }

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

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

 span { border-color: rgb(209,190,238); }

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