#D4BEEE

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

Shades of Fog #D4BEEE

Tints of Fog #D4BEEE

Color information

#D4BEEE (or 0xD4BEEE) is unknown color: approx Fog. HEX triplet: D4, BE and EE. RGB value is (212,190,238). Sum of RGB (Red+Green+Blue) = 212+190+238=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEEE is #2B4111. Grayscale: #C9C9C9. Windows color (decimal): -2834706 or 15646420. OLE color: 15646420.

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

Color convert

RGB212190238-
CMYK0.110.2000.07
HSL267.5º58.54%83.92%-
HSV(B)267.5º20.17%93.33%-
XYZ615788.68-
YUV202.05148.29135.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.12%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=33.12%
G=29.69%
B=37.19%

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
Decimal2121902380.110.2000.07267.558.5483.92
HexD4BEEEB140710c3b54
Octal32427635613240741473124
Binary11010100101111101110111010111010001111000011001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEEE; }

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

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

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

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

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

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

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

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