#D5BAEC

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

Shades of Fog #D5BAEC

Tints of Fog #D5BAEC

Color information

#D5BAEC (or 0xD5BAEC) is unknown color: approx Fog. HEX triplet: D5, BA and EC. RGB value is (213,186,236). Sum of RGB (Red+Green+Blue) = 213+186+236=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BAEC is #2A4513. Grayscale: #C7C7C7. Windows color (decimal): -2770196 or 15514325. OLE color: 15514325.

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

Color convert

RGB213186236-
CMYK0.100.2100.07
HSL272.4º56.82%82.75%-
HSV(B)272.4º21.19%92.55%-
XYZ60.1455.3286.87-
YUV199.77148.45137.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=33.54%
G=29.29%
B=37.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131862360.100.2100.07272.456.8282.75
HexD5BAECA15071103953
Octal32527235412250742071123
Binary11010101101110101110110010101010101111000100001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAEC; }

 p { color: rgb(213,186,236); }

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

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

 a { background-color: rgb(213,186,236); }

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

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

 span { border-color: rgb(213,186,236); }

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