Shades of Pattens Blue #DAE0E6
Tints of Pattens Blue #DAE0E6
RGB
CMYK
RGB Variations
Color information
#DAE0E6 (or 0xDAE0E6) is known color: Pattens Blue. HEX triplet: DA, E0 and E6. RGB value is (218,224,230). Sum of RGB (Red+Green+Blue) = 218+224+230=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAE0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE0E6 is #251F19. Grayscale: #DEDEDE. Windows color (decimal): -2432794 or 15130842. OLE color: 15130842.
HSL color Cylindrical-coordinate representation of color #DAE0E6: hue angle of 210º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE0E6 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 224 | 230 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.10 |
| HSL | 210º | 0.19% | 0.88% | - |
| HSV(B) | 210º | 0.05% | 0.9% | - |
| XYZ | 69.85 | 73.93 | 85.45 | - |
| YUV | 222.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 230 | 0.05 | 0.03 | 0 | 0.10 | 210 | 0.19 | 0.88 |
| Hex | DA | E0 | E6 | 5 | 3 | 0 | A | D2 | 13 | 58 |
| Octal | 332 | 340 | 346 | 5 | 3 | 0 | 12 | 322 | 23 | 130 |
| Binary | 11011010 | 11100000 | 11100110 | 101 | 11 | 0 | 1010 | 11010010 | 10011 | 1011000 |
Color Harmonies of #DAE0E6
Complementary color
Monochromatic Colors of #DAE0E6
Black with #DAE0E6
Text Example
Text Example
White with #DAE0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE0E6; }
p { color: rgb(218,224,230); }
H1.HeaderClassName
{
color: #DAE0E6;
}
.AnyTagClassName
{
color: #DAE0E6;
}
</style>
background-color css
<style>
a { background-color: #DAE0E6; }
a { background-color: rgb(218,224,230); }
div.DivClassName
{
background-color: #DAE0E6;
}
.BgClassName
{
background-color: #DAE0E6;
}
</style>
border-color css
<style>
span { border-color: #DAE0E6; }
span { border-color: rgb(218,224,230); }
td.TdClassName
{
border-color: #DAE0E6;
}
.TagClassName
{
border-color: #DAE0E6;
}
</style>