Shades of Fog #D6BFF2
Tints of Fog #D6BFF2
RGB
CMYK
RGB Variations
Color information
#D6BFF2 (or 0xD6BFF2) is known color: Fog. HEX triplet: D6, BF and F2. RGB value is (214,191,242). Sum of RGB (Red+Green+Blue) = 214+191+242=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BFF2 is #29400D. Grayscale: #CBCBCB. Windows color (decimal): -2703374 or 15908822. OLE color: 15908822.
HSL color Cylindrical-coordinate representation of color #D6BFF2: hue angle of 267.06º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BFF2 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 214 | 191 | 242 | - |
CMYK | 0.12 | 0.21 | 0 | 0.05 |
HSL | 267.06º | 0.66% | 0.85% | - |
HSV(B) | 267.06º | 0.21% | 0.95% | - |
XYZ | 62.39 | 57.97 | 91.91 | - |
YUV | 203.69 | 149.62 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 191 | 242 | 0.12 | 0.21 | 0 | 0.05 | 267.06 | 0.66 | 0.85 |
Hex | D6 | BF | F2 | C | 15 | 0 | 5 | 10B | 42 | 55 |
Octal | 326 | 277 | 362 | 14 | 25 | 0 | 5 | 413 | 102 | 125 |
Binary | 11010110 | 10111111 | 11110010 | 1100 | 10101 | 0 | 101 | 100001011 | 1000010 | 1010101 |
Color Harmonies of #D6BFF2
Complementary color
Monochromatic Colors of #D6BFF2
Black with #D6BFF2
Text Example
Text Example
White with #D6BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFF2; }
p { color: rgb(214,191,242); }
H1.HeaderClassName
{
color: #D6BFF2;
}
.AnyTagClassName
{
color: #D6BFF2;
}
</style>
background-color css
<style>
a { background-color: #D6BFF2; }
a { background-color: rgb(214,191,242); }
div.DivClassName
{
background-color: #D6BFF2;
}
.BgClassName
{
background-color: #D6BFF2;
}
</style>
border-color css
<style>
span { border-color: #D6BFF2; }
span { border-color: rgb(214,191,242); }
td.TdClassName
{
border-color: #D6BFF2;
}
.TagClassName
{
border-color: #D6BFF2;
}
</style>