Shades of Pattens Blue #DAEEFE
Tints of Pattens Blue #DAEEFE
RGB
CMYK
RGB Variations
Color information
#DAEEFE (or 0xDAEEFE) is known color: Pattens Blue. HEX triplet: DA, EE and FE. RGB value is (218,238,254). Sum of RGB (Red+Green+Blue) = 218+238+254=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 238 (93.36% from 255 or 33.52% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEFE is #251101. Grayscale: #E9E9E9. Windows color (decimal): -2429186 or 16707290. OLE color: 16707290.
HSL color Cylindrical-coordinate representation of color #DAEEFE: hue angle of 206.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEEFE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 238 | 254 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.00 |
| HSL | 206.67º | 0.95% | 0.93% | - |
| HSV(B) | 206.67º | 0.14% | 1% | - |
| XYZ | 77.38 | 83.21 | 105.75 | - |
| YUV | 233.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 254 | 0.14 | 0.06 | 0 | 0.00 | 206.67 | 0.95 | 0.93 |
| Hex | DA | EE | FE | E | 6 | 0 | 0 | CF | 5F | 5D |
| Octal | 332 | 356 | 376 | 16 | 6 | 0 | 0 | 317 | 137 | 135 |
| Binary | 11011010 | 11101110 | 11111110 | 1110 | 110 | 0 | 0 | 11001111 | 1011111 | 1011101 |
Color Harmonies of #DAEEFE
Complementary color
Monochromatic Colors of #DAEEFE
Black with #DAEEFE
Text Example
Text Example
White with #DAEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEFE; }
p { color: rgb(218,238,254); }
H1.HeaderClassName
{
color: #DAEEFE;
}
.AnyTagClassName
{
color: #DAEEFE;
}
</style>
background-color css
<style>
a { background-color: #DAEEFE; }
a { background-color: rgb(218,238,254); }
div.DivClassName
{
background-color: #DAEEFE;
}
.BgClassName
{
background-color: #DAEEFE;
}
</style>
border-color css
<style>
span { border-color: #DAEEFE; }
span { border-color: rgb(218,238,254); }
td.TdClassName
{
border-color: #DAEEFE;
}
.TagClassName
{
border-color: #DAEEFE;
}
</style>