Shades of Fog #D4BEFD
Tints of Fog #D4BEFD
RGB
CMYK
RGB Variations
Color information
#D4BEFD (or 0xD4BEFD) is known color: Fog. HEX triplet: D4, BE and FD. RGB value is (212,190,253). Sum of RGB (Red+Green+Blue) = 212+190+253=655 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.37% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEFD is #2B4102. Grayscale: #CBCBCB. Windows color (decimal): -2834691 or 16629460. OLE color: 16629460.
HSL color Cylindrical-coordinate representation of color #D4BEFD: hue angle of 260.95º 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 #D4BEFD is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 190 | 253 | - |
CMYK | 0.16 | 0.25 | 0 | 0.01 |
HSL | 260.95º | 0.94% | 0.87% | - |
HSV(B) | 260.95º | 0.25% | 0.99% | - |
XYZ | 63.29 | 57.92 | 100.77 | - |
YUV | 203.76 | 155.79 | 133.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 190 | 253 | 0.16 | 0.25 | 0 | 0.01 | 260.95 | 0.94 | 0.87 |
Hex | D4 | BE | FD | 10 | 19 | 0 | 1 | 105 | 5E | 57 |
Octal | 324 | 276 | 375 | 20 | 31 | 0 | 1 | 405 | 136 | 127 |
Binary | 11010100 | 10111110 | 11111101 | 10000 | 11001 | 0 | 1 | 100000101 | 1011110 | 1010111 |
Color Harmonies of #D4BEFD
Complementary color
Monochromatic Colors of #D4BEFD
Black with #D4BEFD
Text Example
Text Example
White with #D4BEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BEFD; }
p { color: rgb(212,190,253); }
H1.HeaderClassName
{
color: #D4BEFD;
}
.AnyTagClassName
{
color: #D4BEFD;
}
</style>
background-color css
<style>
a { background-color: #D4BEFD; }
a { background-color: rgb(212,190,253); }
div.DivClassName
{
background-color: #D4BEFD;
}
.BgClassName
{
background-color: #D4BEFD;
}
</style>
border-color css
<style>
span { border-color: #D4BEFD; }
span { border-color: rgb(212,190,253); }
td.TdClassName
{
border-color: #D4BEFD;
}
.TagClassName
{
border-color: #D4BEFD;
}
</style>