Shades of Pattens Blue #DAE9F8
Tints of Pattens Blue #DAE9F8
RGB
CMYK
RGB Variations
Color information
#DAE9F8 (or 0xDAE9F8) is known color: Pattens Blue. HEX triplet: DA, E9 and F8. RGB value is (218,233,248). Sum of RGB (Red+Green+Blue) = 218+233+248=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 233 (91.41% from 255 or 33.33% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 248 - color contains mainly: blue. Hex color #DAE9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F8 is #251607. Grayscale: #E6E6E6. Windows color (decimal): -2430472 or 16312794. OLE color: 16312794.
HSL color Cylindrical-coordinate representation of color #DAE9F8: hue angle of 210º 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 #DAE9F8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 218 | 233 | 248 | - |
CMYK | 0.12 | 0.06 | 0 | 0.03 |
HSL | 210º | 0.68% | 0.91% | - |
HSV(B) | 210º | 0.12% | 0.97% | - |
XYZ | 75 | 79.96 | 100.29 | - |
YUV | 230.23 | 138.03 | 119.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 248 | 0.12 | 0.06 | 0 | 0.03 | 210 | 0.68 | 0.91 |
Hex | DA | E9 | F8 | C | 6 | 0 | 3 | D2 | 44 | 5B |
Octal | 332 | 351 | 370 | 14 | 6 | 0 | 3 | 322 | 104 | 133 |
Binary | 11011010 | 11101001 | 11111000 | 1100 | 110 | 0 | 11 | 11010010 | 1000100 | 1011011 |
Color Harmonies of #DAE9F8
Complementary color
Monochromatic Colors of #DAE9F8
Black with #DAE9F8
Text Example
Text Example
White with #DAE9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9F8; }
p { color: rgb(218,233,248); }
H1.HeaderClassName
{
color: #DAE9F8;
}
.AnyTagClassName
{
color: #DAE9F8;
}
</style>
background-color css
<style>
a { background-color: #DAE9F8; }
a { background-color: rgb(218,233,248); }
div.DivClassName
{
background-color: #DAE9F8;
}
.BgClassName
{
background-color: #DAE9F8;
}
</style>
border-color css
<style>
span { border-color: #DAE9F8; }
span { border-color: rgb(218,233,248); }
td.TdClassName
{
border-color: #DAE9F8;
}
.TagClassName
{
border-color: #DAE9F8;
}
</style>