#D3BEEE

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

Shades of Fog #D3BEEE

Tints of Fog #D3BEEE

Color information

#D3BEEE (or 0xD3BEEE) is unknown color: approx Fog. HEX triplet: D3, BE and EE. RGB value is (211,190,238). Sum of RGB (Red+Green+Blue) = 211+190+238=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEEE is #2C4111. Grayscale: #C9C9C9. Windows color (decimal): -2900242 or 15646419. OLE color: 15646419.

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

Color convert

RGB211190238-
CMYK0.110.2000.07
HSL266.25º58.54%83.92%-
HSV(B)266.25º20.17%93.33%-
XYZ60.7156.8588.66-
YUV201.75148.46134.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.02%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 238 (93.36% from 255) = 37.25%
R=33.02%
G=29.73%
B=37.25%

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
Decimal2111902380.110.2000.07266.2558.5483.92
HexD3BEEEB140710a3b54
Octal32327635613240741273124
Binary11010011101111101110111010111010001111000010101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BEEE; }

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

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

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

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

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

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

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

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