Shades of Pattens Blue #DAEAF8
Tints of Pattens Blue #DAEAF8
RGB
CMYK
RGB Variations
Color information
#DAEAF8 (or 0xDAEAF8) is known color: Pattens Blue. HEX triplet: DA, EA and F8. RGB value is (218,234,248). Sum of RGB (Red+Green+Blue) = 218+234+248=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF8 is #251507. Grayscale: #E6E6E6. Windows color (decimal): -2430216 or 16313050. OLE color: 16313050.
HSL color Cylindrical-coordinate representation of color #DAEAF8: hue angle of 208º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAEAF8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 218 | 234 | 248 | - |
CMYK | 0.12 | 0.06 | 0 | 0.03 |
HSL | 208º | 0.68% | 0.91% | - |
HSV(B) | 208º | 0.12% | 0.97% | - |
XYZ | 75.28 | 80.53 | 100.38 | - |
YUV | 230.81 | 137.7 | 118.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 248 | 0.12 | 0.06 | 0 | 0.03 | 208 | 0.68 | 0.91 |
Hex | DA | EA | F8 | C | 6 | 0 | 3 | D0 | 44 | 5B |
Octal | 332 | 352 | 370 | 14 | 6 | 0 | 3 | 320 | 104 | 133 |
Binary | 11011010 | 11101010 | 11111000 | 1100 | 110 | 0 | 11 | 11010000 | 1000100 | 1011011 |
Color Harmonies of #DAEAF8
Complementary color
Monochromatic Colors of #DAEAF8
Black with #DAEAF8
Text Example
Text Example
White with #DAEAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAF8; }
p { color: rgb(218,234,248); }
H1.HeaderClassName
{
color: #DAEAF8;
}
.AnyTagClassName
{
color: #DAEAF8;
}
</style>
background-color css
<style>
a { background-color: #DAEAF8; }
a { background-color: rgb(218,234,248); }
div.DivClassName
{
background-color: #DAEAF8;
}
.BgClassName
{
background-color: #DAEAF8;
}
</style>
border-color css
<style>
span { border-color: #DAEAF8; }
span { border-color: rgb(218,234,248); }
td.TdClassName
{
border-color: #DAEAF8;
}
.TagClassName
{
border-color: #DAEAF8;
}
</style>