#D4BEEB

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

Shades of Fog #D4BEEB

Tints of Fog #D4BEEB

Color information

#D4BEEB (or 0xD4BEEB) is unknown color: approx Fog. HEX triplet: D4, BE and EB. RGB value is (212,190,235). Sum of RGB (Red+Green+Blue) = 212+190+235=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4BEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEEB is #2B4114. Grayscale: #C9C9C9. Windows color (decimal): -2834709 or 15449812. OLE color: 15449812.

HSL color Cylindrical-coordinate representation of color #D4BEEB: hue angle of 269.33º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4BEEB is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212190235-
CMYK0.100.1900.08
HSL269.33º52.94%83.33%-
HSV(B)269.33º19.15%92.16%-
XYZ60.5656.8286.37-
YUV201.71146.79135.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=33.28%
G=29.83%
B=36.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121902350.100.1900.08269.3352.9483.33
HexD4BEEBA130810d3553
Octal324276353122301041565123
Binary110101001011111011101011101010011010001000011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEEB; }

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

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

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

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

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

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

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

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