Shades of Pattens Blue #DAECF2
Tints of Pattens Blue #DAECF2
RGB
CMYK
RGB Variations
Color information
#DAECF2 (or 0xDAECF2) is known color: Pattens Blue. HEX triplet: DA, EC and F2. RGB value is (218,236,242). Sum of RGB (Red+Green+Blue) = 218+236+242=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 242 (94.92% from 255 or 34.77% from 696); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECF2 is #25130D. Grayscale: #E7E7E7. Windows color (decimal): -2429710 or 15920346. OLE color: 15920346.
HSL color Cylindrical-coordinate representation of color #DAECF2: hue angle of 195º degrees, saturation: 0.48, 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 #DAECF2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 236 | 242 | - |
CMYK | 0.10 | 0.02 | 0 | 0.05 |
HSL | 195º | 0.48% | 0.9% | - |
HSV(B) | 195º | 0.1% | 0.95% | - |
XYZ | 74.94 | 81.31 | 95.75 | - |
YUV | 231.3 | 134.04 | 118.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 242 | 0.10 | 0.02 | 0 | 0.05 | 195 | 0.48 | 0.9 |
Hex | DA | EC | F2 | A | 2 | 0 | 5 | C3 | 30 | 5A |
Octal | 332 | 354 | 362 | 12 | 2 | 0 | 5 | 303 | 60 | 132 |
Binary | 11011010 | 11101100 | 11110010 | 1010 | 10 | 0 | 101 | 11000011 | 110000 | 1011010 |
Color Harmonies of #DAECF2
Complementary color
Monochromatic Colors of #DAECF2
Black with #DAECF2
Text Example
Text Example
White with #DAECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECF2; }
p { color: rgb(218,236,242); }
H1.HeaderClassName
{
color: #DAECF2;
}
.AnyTagClassName
{
color: #DAECF2;
}
</style>
background-color css
<style>
a { background-color: #DAECF2; }
a { background-color: rgb(218,236,242); }
div.DivClassName
{
background-color: #DAECF2;
}
.BgClassName
{
background-color: #DAECF2;
}
</style>
border-color css
<style>
span { border-color: #DAECF2; }
span { border-color: rgb(218,236,242); }
td.TdClassName
{
border-color: #DAECF2;
}
.TagClassName
{
border-color: #DAECF2;
}
</style>