Shades of Pattens Blue #DAECF3
Tints of Pattens Blue #DAECF3
RGB
CMYK
RGB Variations
Color information
#DAECF3 (or 0xDAECF3) is known color: Pattens Blue. HEX triplet: DA, EC and F3. RGB value is (218,236,243). Sum of RGB (Red+Green+Blue) = 218+236+243=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECF3 is #25130C. Grayscale: #E7E7E7. Windows color (decimal): -2429709 or 15985882. OLE color: 15985882.
HSL color Cylindrical-coordinate representation of color #DAECF3: hue angle of 196.8º degrees, saturation: 0.51, 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 #DAECF3 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 236 | 243 | - |
CMYK | 0.10 | 0.03 | 0 | 0.05 |
HSL | 196.8º | 0.51% | 0.9% | - |
HSV(B) | 196.8º | 0.1% | 0.95% | - |
XYZ | 75.09 | 81.37 | 96.54 | - |
YUV | 231.42 | 134.54 | 118.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 243 | 0.10 | 0.03 | 0 | 0.05 | 196.8 | 0.51 | 0.9 |
Hex | DA | EC | F3 | A | 3 | 0 | 5 | C5 | 33 | 5A |
Octal | 332 | 354 | 363 | 12 | 3 | 0 | 5 | 305 | 63 | 132 |
Binary | 11011010 | 11101100 | 11110011 | 1010 | 11 | 0 | 101 | 11000101 | 110011 | 1011010 |
Color Harmonies of #DAECF3
Complementary color
Monochromatic Colors of #DAECF3
Black with #DAECF3
Text Example
Text Example
White with #DAECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECF3; }
p { color: rgb(218,236,243); }
H1.HeaderClassName
{
color: #DAECF3;
}
.AnyTagClassName
{
color: #DAECF3;
}
</style>
background-color css
<style>
a { background-color: #DAECF3; }
a { background-color: rgb(218,236,243); }
div.DivClassName
{
background-color: #DAECF3;
}
.BgClassName
{
background-color: #DAECF3;
}
</style>
border-color css
<style>
span { border-color: #DAECF3; }
span { border-color: rgb(218,236,243); }
td.TdClassName
{
border-color: #DAECF3;
}
.TagClassName
{
border-color: #DAECF3;
}
</style>