Shades of Pattens Blue #DAEEFF
Tints of Pattens Blue #DAEEFF
RGB
CMYK
RGB Variations
Color information
#DAEEFF (or 0xDAEEFF) is known color: Pattens Blue. HEX triplet: DA, EE and FF. RGB value is (218,238,255). Sum of RGB (Red+Green+Blue) = 218+238+255=711 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.66% from 711); Green value is 238 (93.36% from 255 or 33.47% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEFF is #251100. Grayscale: #E9E9E9. Windows color (decimal): -2429185 or 16772826. OLE color: 16772826.
HSL color Cylindrical-coordinate representation of color #DAEEFF: hue angle of 207.57º 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 #DAEEFF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 238 | 255 | - |
| CMYK | 0.15 | 0.07 | 0 | 0 |
| HSL | 207.57º | 1% | 0.93% | - |
| HSV(B) | 207.57º | 0.15% | 1% | - |
| XYZ | 77.54 | 83.27 | 106.59 | - |
| YUV | 233.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 255 | 0.15 | 0.07 | 0 | 0 | 207.57 | 1 | 0.93 |
| Hex | DA | EE | FF | F | 7 | 0 | 0 | D0 | 64 | 5D |
| Octal | 332 | 356 | 377 | 17 | 7 | 0 | 0 | 320 | 144 | 135 |
| Binary | 11011010 | 11101110 | 11111111 | 1111 | 111 | 0 | 0 | 11010000 | 1100100 | 1011101 |
Color Harmonies of #DAEEFF
Complementary color
Monochromatic Colors of #DAEEFF
Black with #DAEEFF
Text Example
Text Example
White with #DAEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEFF; }
p { color: rgb(218,238,255); }
H1.HeaderClassName
{
color: #DAEEFF;
}
.AnyTagClassName
{
color: #DAEEFF;
}
</style>
background-color css
<style>
a { background-color: #DAEEFF; }
a { background-color: rgb(218,238,255); }
div.DivClassName
{
background-color: #DAEEFF;
}
.BgClassName
{
background-color: #DAEEFF;
}
</style>
border-color css
<style>
span { border-color: #DAEEFF; }
span { border-color: rgb(218,238,255); }
td.TdClassName
{
border-color: #DAEEFF;
}
.TagClassName
{
border-color: #DAEEFF;
}
</style>