#D4BEEF

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

Shades of Fog #D4BEEF

Tints of Fog #D4BEEF

Color information

#D4BEEF (or 0xD4BEEF) is unknown color: approx Fog. HEX triplet: D4, BE and EF. RGB value is (212,190,239). Sum of RGB (Red+Green+Blue) = 212+190+239=641 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.07% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEEF is #2B4110. Grayscale: #C9C9C9. Windows color (decimal): -2834705 or 15711956. OLE color: 15711956.

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

Color convert

RGB212190239-
CMYK0.110.2100.06
HSL266.94º60.49%84.12%-
HSV(B)266.94º20.5%93.73%-
XYZ61.1457.0689.45-
YUV202.16148.79135.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.07%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=33.07%
G=29.64%
B=37.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121902390.110.2100.06266.9460.4984.12
HexD4BEEFB150610b3c54
Octal32427635713250641374124
Binary11010100101111101110111110111010101101000010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEEF; }

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

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

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

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

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

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

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

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