Shades of Pattens Blue #DAEAFA
Tints of Pattens Blue #DAEAFA
RGB
CMYK
RGB Variations
Color information
#DAEAFA (or 0xDAEAFA) is known color: Pattens Blue. HEX triplet: DA, EA and FA. RGB value is (218,234,250). Sum of RGB (Red+Green+Blue) = 218+234+250=702 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.05% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAFA is #251505. Grayscale: #E6E6E6. Windows color (decimal): -2430214 or 16444122. OLE color: 16444122.
HSL color Cylindrical-coordinate representation of color #DAEAFA: hue angle of 210º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAEAFA is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 234 | 250 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.02 |
| HSL | 210º | 0.76% | 0.92% | - |
| HSV(B) | 210º | 0.13% | 0.98% | - |
| XYZ | 75.59 | 80.65 | 102.03 | - |
| YUV | 231.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 250 | 0.13 | 0.06 | 0 | 0.02 | 210 | 0.76 | 0.92 |
| Hex | DA | EA | FA | D | 6 | 0 | 2 | D2 | 4C | 5C |
| Octal | 332 | 352 | 372 | 15 | 6 | 0 | 2 | 322 | 114 | 134 |
| Binary | 11011010 | 11101010 | 11111010 | 1101 | 110 | 0 | 10 | 11010010 | 1001100 | 1011100 |
Color Harmonies of #DAEAFA
Complementary color
Monochromatic Colors of #DAEAFA
Black with #DAEAFA
Text Example
Text Example
White with #DAEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAFA; }
p { color: rgb(218,234,250); }
H1.HeaderClassName
{
color: #DAEAFA;
}
.AnyTagClassName
{
color: #DAEAFA;
}
</style>
background-color css
<style>
a { background-color: #DAEAFA; }
a { background-color: rgb(218,234,250); }
div.DivClassName
{
background-color: #DAEAFA;
}
.BgClassName
{
background-color: #DAEAFA;
}
</style>
border-color css
<style>
span { border-color: #DAEAFA; }
span { border-color: rgb(218,234,250); }
td.TdClassName
{
border-color: #DAEAFA;
}
.TagClassName
{
border-color: #DAEAFA;
}
</style>