#D5BEEE

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

Shades of Fog #D5BEEE

Tints of Fog #D5BEEE

Color information

#D5BEEE (or 0xD5BEEE) is unknown color: approx Fog. HEX triplet: D5, BE and EE. RGB value is (213,190,238). Sum of RGB (Red+Green+Blue) = 213+190+238=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEEE is #2A4111. Grayscale: #CACACA. Windows color (decimal): -2769170 or 15646421. OLE color: 15646421.

HSL color Cylindrical-coordinate representation of color #D5BEEE: hue angle of 268.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 #D5BEEE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213190238-
CMYK0.110.2000.07
HSL268.75º58.54%83.92%-
HSV(B)268.75º20.17%93.33%-
XYZ61.2957.1588.69-
YUV202.35148.12135.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=33.23%
G=29.64%
B=37.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131902380.110.2000.07268.7558.5483.92
HexD5BEEEB140710d3b54
Octal32527635613240741573124
Binary11010101101111101110111010111010001111000011011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEEE; }

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

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

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

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

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

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

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

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