Shades of Pattens Blue #D5EEFC
Tints of Pattens Blue #D5EEFC
RGB
CMYK
RGB Variations
Color information
#D5EEFC (or 0xD5EEFC) is known color: Pattens Blue. HEX triplet: D5, EE and FC. RGB value is (213,238,252). Sum of RGB (Red+Green+Blue) = 213+238+252=703 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.30% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5EEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEFC is #2A1103. Grayscale: #E8E8E8. Windows color (decimal): -2756868 or 16576213. OLE color: 16576213.
HSL color Cylindrical-coordinate representation of color #D5EEFC: hue angle of 201.54º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5EEFC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 238 | 252 | - |
CMYK | 0.15 | 0.06 | 0 | 0.01 |
HSL | 201.54º | 0.87% | 0.91% | - |
HSV(B) | 201.54º | 0.15% | 0.99% | - |
XYZ | 75.59 | 82.32 | 104 | - |
YUV | 232.12 | 139.22 | 114.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 238 | 252 | 0.15 | 0.06 | 0 | 0.01 | 201.54 | 0.87 | 0.91 |
Hex | D5 | EE | FC | F | 6 | 0 | 1 | CA | 57 | 5B |
Octal | 325 | 356 | 374 | 17 | 6 | 0 | 1 | 312 | 127 | 133 |
Binary | 11010101 | 11101110 | 11111100 | 1111 | 110 | 0 | 1 | 11001010 | 1010111 | 1011011 |
Color Harmonies of #D5EEFC
Complementary color
Monochromatic Colors of #D5EEFC
Black with #D5EEFC
Text Example
Text Example
White with #D5EEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEFC; }
p { color: rgb(213,238,252); }
H1.HeaderClassName
{
color: #D5EEFC;
}
.AnyTagClassName
{
color: #D5EEFC;
}
</style>
background-color css
<style>
a { background-color: #D5EEFC; }
a { background-color: rgb(213,238,252); }
div.DivClassName
{
background-color: #D5EEFC;
}
.BgClassName
{
background-color: #D5EEFC;
}
</style>
border-color css
<style>
span { border-color: #D5EEFC; }
span { border-color: rgb(213,238,252); }
td.TdClassName
{
border-color: #D5EEFC;
}
.TagClassName
{
border-color: #D5EEFC;
}
</style>