Shades of Pattens Blue #DAE6EE
Tints of Pattens Blue #DAE6EE
RGB
CMYK
RGB Variations
Color information
#DAE6EE (or 0xDAE6EE) is known color: Pattens Blue. HEX triplet: DA, E6 and EE. RGB value is (218,230,238). Sum of RGB (Red+Green+Blue) = 218+230+238=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6EE is #251911. Grayscale: #E3E3E3. Windows color (decimal): -2431250 or 15656666. OLE color: 15656666.
HSL color Cylindrical-coordinate representation of color #DAE6EE: hue angle of 204º degrees, saturation: 0.37, 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 #DAE6EE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 230 | 238 | - |
CMYK | 0.08 | 0.03 | 0 | 0.07 |
HSL | 204º | 0.37% | 0.89% | - |
HSV(B) | 204º | 0.08% | 0.93% | - |
XYZ | 72.64 | 77.67 | 92.05 | - |
YUV | 227.32 | 134.02 | 121.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 230 | 238 | 0.08 | 0.03 | 0 | 0.07 | 204 | 0.37 | 0.89 |
Hex | DA | E6 | EE | 8 | 3 | 0 | 7 | CC | 25 | 59 |
Octal | 332 | 346 | 356 | 10 | 3 | 0 | 7 | 314 | 45 | 131 |
Binary | 11011010 | 11100110 | 11101110 | 1000 | 11 | 0 | 111 | 11001100 | 100101 | 1011001 |
Color Harmonies of #DAE6EE
Complementary color
Monochromatic Colors of #DAE6EE
Black with #DAE6EE
Text Example
Text Example
White with #DAE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6EE; }
p { color: rgb(218,230,238); }
H1.HeaderClassName
{
color: #DAE6EE;
}
.AnyTagClassName
{
color: #DAE6EE;
}
</style>
background-color css
<style>
a { background-color: #DAE6EE; }
a { background-color: rgb(218,230,238); }
div.DivClassName
{
background-color: #DAE6EE;
}
.BgClassName
{
background-color: #DAE6EE;
}
</style>
border-color css
<style>
span { border-color: #DAE6EE; }
span { border-color: rgb(218,230,238); }
td.TdClassName
{
border-color: #DAE6EE;
}
.TagClassName
{
border-color: #DAE6EE;
}
</style>