Shades of Fog #D5BEFD
Tints of Fog #D5BEFD
RGB
CMYK
RGB Variations
Color information
#D5BEFD (or 0xD5BEFD) is known color: Fog. HEX triplet: D5, BE and FD. RGB value is (213,190,253). Sum of RGB (Red+Green+Blue) = 213+190+253=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BEFD is #2A4102. Grayscale: #CBCBCB. Windows color (decimal): -2769155 or 16629461. OLE color: 16629461.
HSL color Cylindrical-coordinate representation of color #D5BEFD: hue angle of 261.9º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BEFD is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 190 | 253 | - |
CMYK | 0.16 | 0.25 | 0 | 0.01 |
HSL | 261.9º | 0.94% | 0.87% | - |
HSV(B) | 261.9º | 0.25% | 0.99% | - |
XYZ | 63.58 | 58.06 | 100.78 | - |
YUV | 204.06 | 155.62 | 134.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 190 | 253 | 0.16 | 0.25 | 0 | 0.01 | 261.9 | 0.94 | 0.87 |
Hex | D5 | BE | FD | 10 | 19 | 0 | 1 | 106 | 5E | 57 |
Octal | 325 | 276 | 375 | 20 | 31 | 0 | 1 | 406 | 136 | 127 |
Binary | 11010101 | 10111110 | 11111101 | 10000 | 11001 | 0 | 1 | 100000110 | 1011110 | 1010111 |
Color Harmonies of #D5BEFD
Complementary color
Monochromatic Colors of #D5BEFD
Black with #D5BEFD
Text Example
Text Example
White with #D5BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BEFD; }
p { color: rgb(213,190,253); }
H1.HeaderClassName
{
color: #D5BEFD;
}
.AnyTagClassName
{
color: #D5BEFD;
}
</style>
background-color css
<style>
a { background-color: #D5BEFD; }
a { background-color: rgb(213,190,253); }
div.DivClassName
{
background-color: #D5BEFD;
}
.BgClassName
{
background-color: #D5BEFD;
}
</style>
border-color css
<style>
span { border-color: #D5BEFD; }
span { border-color: rgb(213,190,253); }
td.TdClassName
{
border-color: #D5BEFD;
}
.TagClassName
{
border-color: #D5BEFD;
}
</style>