Shades of Fog #D5BEF3
Tints of Fog #D5BEF3
RGB
CMYK
RGB Variations
Color information
#D5BEF3 (or 0xD5BEF3) is known color: Fog. HEX triplet: D5, BE and F3. RGB value is (213,190,243). Sum of RGB (Red+Green+Blue) = 213+190+243=646 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.97% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEF3 is #2A410C. Grayscale: #CACACA. Windows color (decimal): -2769165 or 15974101. OLE color: 15974101.
HSL color Cylindrical-coordinate representation of color #D5BEF3: hue angle of 266.04º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5BEF3 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 190 | 243 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.05 |
| HSL | 266.04º | 0.69% | 0.85% | - |
| HSV(B) | 266.04º | 0.22% | 0.95% | - |
| XYZ | 62.03 | 57.44 | 92.61 | - |
| YUV | 202.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 243 | 0.12 | 0.22 | 0 | 0.05 | 266.04 | 0.69 | 0.85 |
| Hex | D5 | BE | F3 | C | 16 | 0 | 5 | 10A | 45 | 55 |
| Octal | 325 | 276 | 363 | 14 | 26 | 0 | 5 | 412 | 105 | 125 |
| Binary | 11010101 | 10111110 | 11110011 | 1100 | 10110 | 0 | 101 | 100001010 | 1000101 | 1010101 |
Color Harmonies of #D5BEF3
Complementary color
Monochromatic Colors of #D5BEF3
Black with #D5BEF3
Text Example
Text Example
White with #D5BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEF3; }
p { color: rgb(213,190,243); }
H1.HeaderClassName
{
color: #D5BEF3;
}
.AnyTagClassName
{
color: #D5BEF3;
}
</style>
background-color css
<style>
a { background-color: #D5BEF3; }
a { background-color: rgb(213,190,243); }
div.DivClassName
{
background-color: #D5BEF3;
}
.BgClassName
{
background-color: #D5BEF3;
}
</style>
border-color css
<style>
span { border-color: #D5BEF3; }
span { border-color: rgb(213,190,243); }
td.TdClassName
{
border-color: #D5BEF3;
}
.TagClassName
{
border-color: #D5BEF3;
}
</style>