Shades of Pattens Blue #DAECF1
Tints of Pattens Blue #DAECF1
RGB
CMYK
RGB Variations
Color information
#DAECF1 (or 0xDAECF1) is known color: Pattens Blue. HEX triplet: DA, EC and F1. RGB value is (218,236,241). Sum of RGB (Red+Green+Blue) = 218+236+241=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECF1 is #25130E. Grayscale: #E7E7E7. Windows color (decimal): -2429711 or 15854810. OLE color: 15854810.
HSL color Cylindrical-coordinate representation of color #DAECF1: hue angle of 193.04º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAECF1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 236 | 241 | - |
CMYK | 0.10 | 0.02 | 0 | 0.05 |
HSL | 193.04º | 0.45% | 0.9% | - |
HSV(B) | 193.04º | 0.1% | 0.95% | - |
XYZ | 74.79 | 81.25 | 94.96 | - |
YUV | 231.19 | 133.54 | 118.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 241 | 0.10 | 0.02 | 0 | 0.05 | 193.04 | 0.45 | 0.9 |
Hex | DA | EC | F1 | A | 2 | 0 | 5 | C1 | 2D | 5A |
Octal | 332 | 354 | 361 | 12 | 2 | 0 | 5 | 301 | 55 | 132 |
Binary | 11011010 | 11101100 | 11110001 | 1010 | 10 | 0 | 101 | 11000001 | 101101 | 1011010 |
Color Harmonies of #DAECF1
Complementary color
Monochromatic Colors of #DAECF1
Black with #DAECF1
Text Example
Text Example
White with #DAECF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECF1; }
p { color: rgb(218,236,241); }
H1.HeaderClassName
{
color: #DAECF1;
}
.AnyTagClassName
{
color: #DAECF1;
}
</style>
background-color css
<style>
a { background-color: #DAECF1; }
a { background-color: rgb(218,236,241); }
div.DivClassName
{
background-color: #DAECF1;
}
.BgClassName
{
background-color: #DAECF1;
}
</style>
border-color css
<style>
span { border-color: #DAECF1; }
span { border-color: rgb(218,236,241); }
td.TdClassName
{
border-color: #DAECF1;
}
.TagClassName
{
border-color: #DAECF1;
}
</style>