Shades of Pattens Blue #D7EEFA
Tints of Pattens Blue #D7EEFA
RGB
CMYK
RGB Variations
Color information
#D7EEFA (or 0xD7EEFA) is known color: Pattens Blue. HEX triplet: D7, EE and FA. RGB value is (215,238,250). Sum of RGB (Red+Green+Blue) = 215+238+250=703 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.58% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7EEFA is #281105. Grayscale: #E8E8E8. Windows color (decimal): -2625798 or 16445143. OLE color: 16445143.
HSL color Cylindrical-coordinate representation of color #D7EEFA: hue angle of 200.57º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7EEFA is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 215 | 238 | 250 | - |
CMYK | 0.14 | 0.05 | 0 | 0.02 |
HSL | 200.57º | 0.78% | 0.91% | - |
HSV(B) | 200.57º | 0.14% | 0.98% | - |
XYZ | 75.85 | 82.5 | 102.37 | - |
YUV | 232.49 | 137.88 | 115.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 238 | 250 | 0.14 | 0.05 | 0 | 0.02 | 200.57 | 0.78 | 0.91 |
Hex | D7 | EE | FA | E | 5 | 0 | 2 | C9 | 4E | 5B |
Octal | 327 | 356 | 372 | 16 | 5 | 0 | 2 | 311 | 116 | 133 |
Binary | 11010111 | 11101110 | 11111010 | 1110 | 101 | 0 | 10 | 11001001 | 1001110 | 1011011 |
Color Harmonies of #D7EEFA
Complementary color
Monochromatic Colors of #D7EEFA
Black with #D7EEFA
Text Example
Text Example
White with #D7EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EEFA; }
p { color: rgb(215,238,250); }
H1.HeaderClassName
{
color: #D7EEFA;
}
.AnyTagClassName
{
color: #D7EEFA;
}
</style>
background-color css
<style>
a { background-color: #D7EEFA; }
a { background-color: rgb(215,238,250); }
div.DivClassName
{
background-color: #D7EEFA;
}
.BgClassName
{
background-color: #D7EEFA;
}
</style>
border-color css
<style>
span { border-color: #D7EEFA; }
span { border-color: rgb(215,238,250); }
td.TdClassName
{
border-color: #D7EEFA;
}
.TagClassName
{
border-color: #D7EEFA;
}
</style>