#D4BAEE

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

Shades of Fog #D4BAEE

Tints of Fog #D4BAEE

Color information

#D4BAEE (or 0xD4BAEE) is unknown color: approx Fog. HEX triplet: D4, BA and EE. RGB value is (212,186,238). Sum of RGB (Red+Green+Blue) = 212+186+238=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BAEE is #2B4511. Grayscale: #C7C7C7. Windows color (decimal): -2835730 or 15645396. OLE color: 15645396.

HSL color Cylindrical-coordinate representation of color #D4BAEE: hue angle of 270º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4BAEE is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212186238-
CMYK0.110.2200.07
HSL270º60.47%83.14%-
HSV(B)270º21.85%93.33%-
XYZ60.1455.2988.39-
YUV199.7149.61136.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=33.33%
G=29.25%
B=37.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121862380.110.2200.0727060.4783.14
HexD4BAEEB160710e3c53
Octal32427235613260741674123
Binary11010100101110101110111010111011001111000011101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAEE; }

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

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

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

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

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

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

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

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