Shades of Pattens Blue #DAE6ED
Tints of Pattens Blue #DAE6ED
RGB
CMYK
RGB Variations
Color information
#DAE6ED (or 0xDAE6ED) is known color: Pattens Blue. HEX triplet: DA, E6 and ED. RGB value is (218,230,237). Sum of RGB (Red+Green+Blue) = 218+230+237=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6ED is #251912. Grayscale: #E3E3E3. Windows color (decimal): -2431251 or 15591130. OLE color: 15591130.
HSL color Cylindrical-coordinate representation of color #DAE6ED: hue angle of 202.11º 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 #DAE6ED is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 230 | 237 | - |
CMYK | 0.08 | 0.03 | 0 | 0.07 |
HSL | 202.11º | 0.35% | 0.89% | - |
HSV(B) | 202.11º | 0.08% | 0.93% | - |
XYZ | 72.5 | 77.61 | 91.28 | - |
YUV | 227.21 | 133.52 | 121.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 237 | 0.08 | 0.03 | 0 | 0.07 | 202.11 | 0.35 | 0.89 |
Hex | DA | E6 | ED | 8 | 3 | 0 | 7 | CA | 23 | 59 |
Octal | 332 | 346 | 355 | 10 | 3 | 0 | 7 | 312 | 43 | 131 |
Binary | 11011010 | 11100110 | 11101101 | 1000 | 11 | 0 | 111 | 11001010 | 100011 | 1011001 |
Color Harmonies of #DAE6ED
Complementary color
Monochromatic Colors of #DAE6ED
Black with #DAE6ED
Text Example
Text Example
White with #DAE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6ED; }
p { color: rgb(218,230,237); }
H1.HeaderClassName
{
color: #DAE6ED;
}
.AnyTagClassName
{
color: #DAE6ED;
}
</style>
background-color css
<style>
a { background-color: #DAE6ED; }
a { background-color: rgb(218,230,237); }
div.DivClassName
{
background-color: #DAE6ED;
}
.BgClassName
{
background-color: #DAE6ED;
}
</style>
border-color css
<style>
span { border-color: #DAE6ED; }
span { border-color: rgb(218,230,237); }
td.TdClassName
{
border-color: #DAE6ED;
}
.TagClassName
{
border-color: #DAE6ED;
}
</style>