Shades of Pattens Blue #D5EEFF
Tints of Pattens Blue #D5EEFF
RGB
CMYK
RGB Variations
Color information
#D5EEFF (or 0xD5EEFF) is known color: Pattens Blue. HEX triplet: D5, EE and FF. RGB value is (213,238,255). Sum of RGB (Red+Green+Blue) = 213+238+255=706 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.17% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EEFF is #2A1100. Grayscale: #E8E8E8. Windows color (decimal): -2756865 or 16772821. OLE color: 16772821.
HSL color Cylindrical-coordinate representation of color #D5EEFF: hue angle of 204.29º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5EEFF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 238 | 255 | - |
| CMYK | 0.16 | 0.07 | 0 | 0 |
| HSL | 204.29º | 1% | 0.92% | - |
| HSV(B) | 204.29º | 0.16% | 1% | - |
| XYZ | 76.07 | 82.52 | 106.53 | - |
| YUV | 232.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 255 | 0.16 | 0.07 | 0 | 0 | 204.29 | 1 | 0.92 |
| Hex | D5 | EE | FF | 10 | 7 | 0 | 0 | CC | 64 | 5C |
| Octal | 325 | 356 | 377 | 20 | 7 | 0 | 0 | 314 | 144 | 134 |
| Binary | 11010101 | 11101110 | 11111111 | 10000 | 111 | 0 | 0 | 11001100 | 1100100 | 1011100 |
Color Harmonies of #D5EEFF
Complementary color
Monochromatic Colors of #D5EEFF
Black with #D5EEFF
Text Example
Text Example
White with #D5EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EEFF; }
p { color: rgb(213,238,255); }
H1.HeaderClassName
{
color: #D5EEFF;
}
.AnyTagClassName
{
color: #D5EEFF;
}
</style>
background-color css
<style>
a { background-color: #D5EEFF; }
a { background-color: rgb(213,238,255); }
div.DivClassName
{
background-color: #D5EEFF;
}
.BgClassName
{
background-color: #D5EEFF;
}
</style>
border-color css
<style>
span { border-color: #D5EEFF; }
span { border-color: rgb(213,238,255); }
td.TdClassName
{
border-color: #D5EEFF;
}
.TagClassName
{
border-color: #D5EEFF;
}
</style>