Shades of Pattens Blue #DAE3ED
Tints of Pattens Blue #DAE3ED
RGB
CMYK
RGB Variations
Color information
#DAE3ED (or 0xDAE3ED) is known color: Pattens Blue. HEX triplet: DA, E3 and ED. RGB value is (218,227,237). Sum of RGB (Red+Green+Blue) = 218+227+237=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE3ED is #251C12. Grayscale: #E1E1E1. Windows color (decimal): -2432019 or 15590362. OLE color: 15590362.
HSL color Cylindrical-coordinate representation of color #DAE3ED: hue angle of 211.58º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAE3ED is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 227 | 237 | - |
CMYK | 0.08 | 0.04 | 0 | 0.07 |
HSL | 211.58º | 0.35% | 0.89% | - |
HSV(B) | 211.58º | 0.08% | 0.93% | - |
XYZ | 71.67 | 75.96 | 91 | - |
YUV | 225.45 | 134.52 | 122.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 227 | 237 | 0.08 | 0.04 | 0 | 0.07 | 211.58 | 0.35 | 0.89 |
Hex | DA | E3 | ED | 8 | 4 | 0 | 7 | D4 | 23 | 59 |
Octal | 332 | 343 | 355 | 10 | 4 | 0 | 7 | 324 | 43 | 131 |
Binary | 11011010 | 11100011 | 11101101 | 1000 | 100 | 0 | 111 | 11010100 | 100011 | 1011001 |
Color Harmonies of #DAE3ED
Complementary color
Monochromatic Colors of #DAE3ED
Black with #DAE3ED
Text Example
Text Example
White with #DAE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE3ED; }
p { color: rgb(218,227,237); }
H1.HeaderClassName
{
color: #DAE3ED;
}
.AnyTagClassName
{
color: #DAE3ED;
}
</style>
background-color css
<style>
a { background-color: #DAE3ED; }
a { background-color: rgb(218,227,237); }
div.DivClassName
{
background-color: #DAE3ED;
}
.BgClassName
{
background-color: #DAE3ED;
}
</style>
border-color css
<style>
span { border-color: #DAE3ED; }
span { border-color: rgb(218,227,237); }
td.TdClassName
{
border-color: #DAE3ED;
}
.TagClassName
{
border-color: #DAE3ED;
}
</style>