Shades of Pattens Blue #D9ECFF
Tints of Pattens Blue #D9ECFF
RGB
CMYK
RGB Variations
Color information
#D9ECFF (or 0xD9ECFF) is known color: Pattens Blue. HEX triplet: D9, EC and FF. RGB value is (217,236,255). Sum of RGB (Red+Green+Blue) = 217+236+255=708 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.65% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9ECFF is #261300. Grayscale: #E8E8E8. Windows color (decimal): -2495233 or 16772313. OLE color: 16772313.
HSL color Cylindrical-coordinate representation of color #D9ECFF: hue angle of 210º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9ECFF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 217 | 236 | 255 | - |
CMYK | 0.15 | 0.07 | 0 | 0 |
HSL | 210º | 1% | 0.93% | - |
HSV(B) | 210º | 0.15% | 1% | - |
XYZ | 76.66 | 81.96 | 106.39 | - |
YUV | 232.49 | 140.71 | 116.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 236 | 255 | 0.15 | 0.07 | 0 | 0 | 210 | 1 | 0.93 |
Hex | D9 | EC | FF | F | 7 | 0 | 0 | D2 | 64 | 5D |
Octal | 331 | 354 | 377 | 17 | 7 | 0 | 0 | 322 | 144 | 135 |
Binary | 11011001 | 11101100 | 11111111 | 1111 | 111 | 0 | 0 | 11010010 | 1100100 | 1011101 |
Color Harmonies of #D9ECFF
Complementary color
Monochromatic Colors of #D9ECFF
Black with #D9ECFF
Text Example
Text Example
White with #D9ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ECFF; }
p { color: rgb(217,236,255); }
H1.HeaderClassName
{
color: #D9ECFF;
}
.AnyTagClassName
{
color: #D9ECFF;
}
</style>
background-color css
<style>
a { background-color: #D9ECFF; }
a { background-color: rgb(217,236,255); }
div.DivClassName
{
background-color: #D9ECFF;
}
.BgClassName
{
background-color: #D9ECFF;
}
</style>
border-color css
<style>
span { border-color: #D9ECFF; }
span { border-color: rgb(217,236,255); }
td.TdClassName
{
border-color: #D9ECFF;
}
.TagClassName
{
border-color: #D9ECFF;
}
</style>