Shades of Pattens Blue #D5EFFD
Tints of Pattens Blue #D5EFFD
RGB
CMYK
RGB Variations
Color information
#D5EFFD (or 0xD5EFFD) is known color: Pattens Blue. HEX triplet: D5, EF and FD. RGB value is (213,239,253). Sum of RGB (Red+Green+Blue) = 213+239+253=705 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.21% from 705); Green value is 239 (93.75% from 255 or 33.90% 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 #D5EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFFD is #2A1002. Grayscale: #E8E8E8. Windows color (decimal): -2756611 or 16642005. OLE color: 16642005.
HSL color Cylindrical-coordinate representation of color #D5EFFD: hue angle of 201º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5EFFD is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 239 | 253 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.01 |
| HSL | 201º | 0.91% | 0.91% | - |
| HSV(B) | 201º | 0.16% | 0.99% | - |
| XYZ | 76.04 | 82.97 | 104.94 | - |
| YUV | 232.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 253 | 0.16 | 0.06 | 0 | 0.01 | 201 | 0.91 | 0.91 |
| Hex | D5 | EF | FD | 10 | 6 | 0 | 1 | C9 | 5B | 5B |
| Octal | 325 | 357 | 375 | 20 | 6 | 0 | 1 | 311 | 133 | 133 |
| Binary | 11010101 | 11101111 | 11111101 | 10000 | 110 | 0 | 1 | 11001001 | 1011011 | 1011011 |
Color Harmonies of #D5EFFD
Complementary color
Monochromatic Colors of #D5EFFD
Black with #D5EFFD
Text Example
Text Example
White with #D5EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFFD; }
p { color: rgb(213,239,253); }
H1.HeaderClassName
{
color: #D5EFFD;
}
.AnyTagClassName
{
color: #D5EFFD;
}
</style>
background-color css
<style>
a { background-color: #D5EFFD; }
a { background-color: rgb(213,239,253); }
div.DivClassName
{
background-color: #D5EFFD;
}
.BgClassName
{
background-color: #D5EFFD;
}
</style>
border-color css
<style>
span { border-color: #D5EFFD; }
span { border-color: rgb(213,239,253); }
td.TdClassName
{
border-color: #D5EFFD;
}
.TagClassName
{
border-color: #D5EFFD;
}
</style>