Shades of Pattens Blue #DAE8ED
Tints of Pattens Blue #DAE8ED
RGB
CMYK
RGB Variations
Color information
#DAE8ED (or 0xDAE8ED) is known color: Pattens Blue. HEX triplet: DA, E8 and ED. RGB value is (218,232,237). Sum of RGB (Red+Green+Blue) = 218+232+237=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE8ED is #251712. Grayscale: #E4E4E4. Windows color (decimal): -2430739 or 15591642. OLE color: 15591642.
HSL color Cylindrical-coordinate representation of color #DAE8ED: hue angle of 195.79º 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 #DAE8ED is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 232 | 237 | - |
CMYK | 0.08 | 0.02 | 0 | 0.07 |
HSL | 195.79º | 0.35% | 0.89% | - |
HSV(B) | 195.79º | 0.08% | 0.93% | - |
XYZ | 73.06 | 78.73 | 91.47 | - |
YUV | 228.38 | 132.86 | 120.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 232 | 237 | 0.08 | 0.02 | 0 | 0.07 | 195.79 | 0.35 | 0.89 |
Hex | DA | E8 | ED | 8 | 2 | 0 | 7 | C4 | 23 | 59 |
Octal | 332 | 350 | 355 | 10 | 2 | 0 | 7 | 304 | 43 | 131 |
Binary | 11011010 | 11101000 | 11101101 | 1000 | 10 | 0 | 111 | 11000100 | 100011 | 1011001 |
Color Harmonies of #DAE8ED
Complementary color
Monochromatic Colors of #DAE8ED
Black with #DAE8ED
Text Example
Text Example
White with #DAE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE8ED; }
p { color: rgb(218,232,237); }
H1.HeaderClassName
{
color: #DAE8ED;
}
.AnyTagClassName
{
color: #DAE8ED;
}
</style>
background-color css
<style>
a { background-color: #DAE8ED; }
a { background-color: rgb(218,232,237); }
div.DivClassName
{
background-color: #DAE8ED;
}
.BgClassName
{
background-color: #DAE8ED;
}
</style>
border-color css
<style>
span { border-color: #DAE8ED; }
span { border-color: rgb(218,232,237); }
td.TdClassName
{
border-color: #DAE8ED;
}
.TagClassName
{
border-color: #DAE8ED;
}
</style>