Shades of Fog #D5BEEC
Tints of Fog #D5BEEC
RGB
CMYK
RGB Variations
Color information
#D5BEEC (or 0xD5BEEC) is known color: Fog. HEX triplet: D5, BE and EC. RGB value is (213,190,236). Sum of RGB (Red+Green+Blue) = 213+190+236=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEEC is #2A4113. Grayscale: #C9C9C9. Windows color (decimal): -2769172 or 15515349. OLE color: 15515349.
HSL color Cylindrical-coordinate representation of color #D5BEEC: hue angle of 270º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5BEEC is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 190 | 236 | - |
CMYK | 0.10 | 0.19 | 0 | 0.07 |
HSL | 270º | 0.55% | 0.84% | - |
HSV(B) | 270º | 0.19% | 0.93% | - |
XYZ | 60.99 | 57.03 | 87.15 | - |
YUV | 202.12 | 147.12 | 135.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 190 | 236 | 0.10 | 0.19 | 0 | 0.07 | 270 | 0.55 | 0.84 |
Hex | D5 | BE | EC | A | 13 | 0 | 7 | 10E | 37 | 54 |
Octal | 325 | 276 | 354 | 12 | 23 | 0 | 7 | 416 | 67 | 124 |
Binary | 11010101 | 10111110 | 11101100 | 1010 | 10011 | 0 | 111 | 100001110 | 110111 | 1010100 |
Color Harmonies of #D5BEEC
Complementary color
Monochromatic Colors of #D5BEEC
Black with #D5BEEC
Text Example
Text Example
White with #D5BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEEC; }
p { color: rgb(213,190,236); }
H1.HeaderClassName
{
color: #D5BEEC;
}
.AnyTagClassName
{
color: #D5BEEC;
}
</style>
background-color css
<style>
a { background-color: #D5BEEC; }
a { background-color: rgb(213,190,236); }
div.DivClassName
{
background-color: #D5BEEC;
}
.BgClassName
{
background-color: #D5BEEC;
}
</style>
border-color css
<style>
span { border-color: #D5BEEC; }
span { border-color: rgb(213,190,236); }
td.TdClassName
{
border-color: #D5BEEC;
}
.TagClassName
{
border-color: #D5BEEC;
}
</style>