Shades of Pattens Blue #D9EBFD
Tints of Pattens Blue #D9EBFD
RGB
CMYK
RGB Variations
Color information
#D9EBFD (or 0xD9EBFD) is known color: Pattens Blue. HEX triplet: D9, EB and FD. RGB value is (217,235,253). Sum of RGB (Red+Green+Blue) = 217+235+253=705 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.78% from 705); Green value is 235 (92.19% from 255 or 33.33% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EBFD is #261402. Grayscale: #E7E7E7. Windows color (decimal): -2495491 or 16640985. OLE color: 16640985.
HSL color Cylindrical-coordinate representation of color #D9EBFD: hue angle of 210º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9EBFD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 235 | 253 | - |
CMYK | 0.14 | 0.07 | 0 | 0.01 |
HSL | 210º | 0.9% | 0.92% | - |
HSV(B) | 210º | 0.14% | 0.99% | - |
XYZ | 76.05 | 81.26 | 104.6 | - |
YUV | 231.67 | 140.04 | 117.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 235 | 253 | 0.14 | 0.07 | 0 | 0.01 | 210 | 0.9 | 0.92 |
Hex | D9 | EB | FD | E | 7 | 0 | 1 | D2 | 5A | 5C |
Octal | 331 | 353 | 375 | 16 | 7 | 0 | 1 | 322 | 132 | 134 |
Binary | 11011001 | 11101011 | 11111101 | 1110 | 111 | 0 | 1 | 11010010 | 1011010 | 1011100 |
Color Harmonies of #D9EBFD
Complementary color
Monochromatic Colors of #D9EBFD
Black with #D9EBFD
Text Example
Text Example
White with #D9EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EBFD; }
p { color: rgb(217,235,253); }
H1.HeaderClassName
{
color: #D9EBFD;
}
.AnyTagClassName
{
color: #D9EBFD;
}
</style>
background-color css
<style>
a { background-color: #D9EBFD; }
a { background-color: rgb(217,235,253); }
div.DivClassName
{
background-color: #D9EBFD;
}
.BgClassName
{
background-color: #D9EBFD;
}
</style>
border-color css
<style>
span { border-color: #D9EBFD; }
span { border-color: rgb(217,235,253); }
td.TdClassName
{
border-color: #D9EBFD;
}
.TagClassName
{
border-color: #D9EBFD;
}
</style>