Shades of Pattens Blue #DAE5F0
Tints of Pattens Blue #DAE5F0
RGB
CMYK
RGB Variations
Color information
#DAE5F0 (or 0xDAE5F0) is known color: Pattens Blue. HEX triplet: DA, E5 and F0. RGB value is (218,229,240). Sum of RGB (Red+Green+Blue) = 218+229+240=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAE5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5F0 is #251A0F. Grayscale: #E2E2E2. Windows color (decimal): -2431504 or 15787482. OLE color: 15787482.
HSL color Cylindrical-coordinate representation of color #DAE5F0: hue angle of 210º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAE5F0 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 229 | 240 | - |
CMYK | 0.09 | 0.05 | 0 | 0.06 |
HSL | 210º | 0.42% | 0.9% | - |
HSV(B) | 210º | 0.09% | 0.94% | - |
XYZ | 72.66 | 77.24 | 93.52 | - |
YUV | 226.97 | 135.36 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 229 | 240 | 0.09 | 0.05 | 0 | 0.06 | 210 | 0.42 | 0.9 |
Hex | DA | E5 | F0 | 9 | 5 | 0 | 6 | D2 | 2A | 5A |
Octal | 332 | 345 | 360 | 11 | 5 | 0 | 6 | 322 | 52 | 132 |
Binary | 11011010 | 11100101 | 11110000 | 1001 | 101 | 0 | 110 | 11010010 | 101010 | 1011010 |
Color Harmonies of #DAE5F0
Complementary color
Monochromatic Colors of #DAE5F0
Black with #DAE5F0
Text Example
Text Example
White with #DAE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5F0; }
p { color: rgb(218,229,240); }
H1.HeaderClassName
{
color: #DAE5F0;
}
.AnyTagClassName
{
color: #DAE5F0;
}
</style>
background-color css
<style>
a { background-color: #DAE5F0; }
a { background-color: rgb(218,229,240); }
div.DivClassName
{
background-color: #DAE5F0;
}
.BgClassName
{
background-color: #DAE5F0;
}
</style>
border-color css
<style>
span { border-color: #DAE5F0; }
span { border-color: rgb(218,229,240); }
td.TdClassName
{
border-color: #DAE5F0;
}
.TagClassName
{
border-color: #DAE5F0;
}
</style>