Shades of Pattens Blue #D5E8FA
Tints of Pattens Blue #D5E8FA
RGB
CMYK
RGB Variations
Color information
#D5E8FA (or 0xD5E8FA) is known color: Pattens Blue. HEX triplet: D5, E8 and FA. RGB value is (213,232,250). Sum of RGB (Red+Green+Blue) = 213+232+250=695 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.65% from 695); Green value is 232 (91.02% from 255 or 33.38% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5E8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E8FA is #2A1705. Grayscale: #E4E4E4. Windows color (decimal): -2758406 or 16443605. OLE color: 16443605.
HSL color Cylindrical-coordinate representation of color #D5E8FA: hue angle of 209.19º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5E8FA is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 213 | 232 | 250 | - |
CMYK | 0.15 | 0.07 | 0 | 0.02 |
HSL | 209.19º | 0.79% | 0.91% | - |
HSV(B) | 209.19º | 0.15% | 0.98% | - |
XYZ | 73.55 | 78.76 | 101.77 | - |
YUV | 228.37 | 140.21 | 117.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 232 | 250 | 0.15 | 0.07 | 0 | 0.02 | 209.19 | 0.79 | 0.91 |
Hex | D5 | E8 | FA | F | 7 | 0 | 2 | D1 | 4F | 5B |
Octal | 325 | 350 | 372 | 17 | 7 | 0 | 2 | 321 | 117 | 133 |
Binary | 11010101 | 11101000 | 11111010 | 1111 | 111 | 0 | 10 | 11010001 | 1001111 | 1011011 |
Color Harmonies of #D5E8FA
Complementary color
Monochromatic Colors of #D5E8FA
Black with #D5E8FA
Text Example
Text Example
White with #D5E8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E8FA; }
p { color: rgb(213,232,250); }
H1.HeaderClassName
{
color: #D5E8FA;
}
.AnyTagClassName
{
color: #D5E8FA;
}
</style>
background-color css
<style>
a { background-color: #D5E8FA; }
a { background-color: rgb(213,232,250); }
div.DivClassName
{
background-color: #D5E8FA;
}
.BgClassName
{
background-color: #D5E8FA;
}
</style>
border-color css
<style>
span { border-color: #D5E8FA; }
span { border-color: rgb(213,232,250); }
td.TdClassName
{
border-color: #D5E8FA;
}
.TagClassName
{
border-color: #D5E8FA;
}
</style>