Shades of Pattens Blue #DAE9ED
Tints of Pattens Blue #DAE9ED
RGB
CMYK
RGB Variations
Color information
#DAE9ED (or 0xDAE9ED) is known color: Pattens Blue. HEX triplet: DA, E9 and ED. RGB value is (218,233,237). Sum of RGB (Red+Green+Blue) = 218+233+237=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9ED is #251612. Grayscale: #E4E4E4. Windows color (decimal): -2430483 or 15591898. OLE color: 15591898.
HSL color Cylindrical-coordinate representation of color #DAE9ED: hue angle of 192.63º 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 #DAE9ED is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 233 | 237 | - |
CMYK | 0.08 | 0.02 | 0 | 0.07 |
HSL | 192.63º | 0.35% | 0.89% | - |
HSV(B) | 192.63º | 0.08% | 0.93% | - |
XYZ | 73.34 | 79.3 | 91.56 | - |
YUV | 228.97 | 132.53 | 120.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 237 | 0.08 | 0.02 | 0 | 0.07 | 192.63 | 0.35 | 0.89 |
Hex | DA | E9 | ED | 8 | 2 | 0 | 7 | C1 | 23 | 59 |
Octal | 332 | 351 | 355 | 10 | 2 | 0 | 7 | 301 | 43 | 131 |
Binary | 11011010 | 11101001 | 11101101 | 1000 | 10 | 0 | 111 | 11000001 | 100011 | 1011001 |
Color Harmonies of #DAE9ED
Complementary color
Monochromatic Colors of #DAE9ED
Black with #DAE9ED
Text Example
Text Example
White with #DAE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9ED; }
p { color: rgb(218,233,237); }
H1.HeaderClassName
{
color: #DAE9ED;
}
.AnyTagClassName
{
color: #DAE9ED;
}
</style>
background-color css
<style>
a { background-color: #DAE9ED; }
a { background-color: rgb(218,233,237); }
div.DivClassName
{
background-color: #DAE9ED;
}
.BgClassName
{
background-color: #DAE9ED;
}
</style>
border-color css
<style>
span { border-color: #DAE9ED; }
span { border-color: rgb(218,233,237); }
td.TdClassName
{
border-color: #DAE9ED;
}
.TagClassName
{
border-color: #DAE9ED;
}
</style>