#D3BEEF

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

Shades of Fog #D3BEEF

Tints of Fog #D3BEEF

Color information

#D3BEEF (or 0xD3BEEF) is unknown color: approx Fog. HEX triplet: D3, BE and EF. RGB value is (211,190,239). Sum of RGB (Red+Green+Blue) = 211+190+239=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEEF is #2C4110. Grayscale: #C9C9C9. Windows color (decimal): -2900241 or 15711955. OLE color: 15711955.

HSL color Cylindrical-coordinate representation of color #D3BEEF: hue angle of 265.71º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3BEEF is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB211190239-
CMYK0.120.2100.06
HSL265.71º60.49%84.12%-
HSV(B)265.71º20.5%93.73%-
XYZ60.8656.9189.44-
YUV201.86148.96134.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.97%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=32.97%
G=29.69%
B=37.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2111902390.120.2100.06265.7160.4984.12
HexD3BEEFC150610a3c54
Octal32327635714250641274124
Binary11010011101111101110111111001010101101000010101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BEEF; }

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

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

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

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

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

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

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

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