Shades of Pattens Blue #D8F0FF
Tints of Pattens Blue #D8F0FF
RGB
CMYK
RGB Variations
Color information
#D8F0FF (or 0xD8F0FF) is known color: Pattens Blue. HEX triplet: D8, F0 and FF. RGB value is (216,240,255). Sum of RGB (Red+Green+Blue) = 216+240+255=711 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.38% from 711); Green value is 240 (94.14% from 255 or 33.76% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8F0FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F0FF is #270F00. Grayscale: #EAEAEA. Windows color (decimal): -2559745 or 16773336. OLE color: 16773336.
HSL color Cylindrical-coordinate representation of color #D8F0FF: hue angle of 203.08º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8F0FF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 216 | 240 | 255 | - |
CMYK | 0.15 | 0.06 | 0 | 0 |
HSL | 203.08º | 1% | 0.92% | - |
HSV(B) | 203.08º | 0.15% | 1% | - |
XYZ | 77.53 | 84.14 | 106.76 | - |
YUV | 234.53 | 139.55 | 114.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 240 | 255 | 0.15 | 0.06 | 0 | 0 | 203.08 | 1 | 0.92 |
Hex | D8 | F0 | FF | F | 6 | 0 | 0 | CB | 64 | 5C |
Octal | 330 | 360 | 377 | 17 | 6 | 0 | 0 | 313 | 144 | 134 |
Binary | 11011000 | 11110000 | 11111111 | 1111 | 110 | 0 | 0 | 11001011 | 1100100 | 1011100 |
Color Harmonies of #D8F0FF
Complementary color
Monochromatic Colors of #D8F0FF
Black with #D8F0FF
Text Example
Text Example
White with #D8F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F0FF; }
p { color: rgb(216,240,255); }
H1.HeaderClassName
{
color: #D8F0FF;
}
.AnyTagClassName
{
color: #D8F0FF;
}
</style>
background-color css
<style>
a { background-color: #D8F0FF; }
a { background-color: rgb(216,240,255); }
div.DivClassName
{
background-color: #D8F0FF;
}
.BgClassName
{
background-color: #D8F0FF;
}
</style>
border-color css
<style>
span { border-color: #D8F0FF; }
span { border-color: rgb(216,240,255); }
td.TdClassName
{
border-color: #D8F0FF;
}
.TagClassName
{
border-color: #D8F0FF;
}
</style>