Shades of Pattens Blue #DAEEF3
Tints of Pattens Blue #DAEEF3
RGB
CMYK
RGB Variations
Color information
#DAEEF3 (or 0xDAEEF3) is known color: Pattens Blue. HEX triplet: DA, EE and F3. RGB value is (218,238,243). Sum of RGB (Red+Green+Blue) = 218+238+243=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 243 (95.31% from 255 or 34.76% from 699); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF3 is #25110C. Grayscale: #E8E8E8. Windows color (decimal): -2429197 or 15986394. OLE color: 15986394.
HSL color Cylindrical-coordinate representation of color #DAEEF3: hue angle of 192º 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 #DAEEF3 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 238 | 243 | - |
CMYK | 0.10 | 0.02 | 0 | 0.05 |
HSL | 192º | 0.51% | 0.9% | - |
HSV(B) | 192º | 0.1% | 0.95% | - |
XYZ | 75.67 | 82.53 | 96.74 | - |
YUV | 232.59 | 133.87 | 117.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 243 | 0.10 | 0.02 | 0 | 0.05 | 192 | 0.51 | 0.9 |
Hex | DA | EE | F3 | A | 2 | 0 | 5 | C0 | 33 | 5A |
Octal | 332 | 356 | 363 | 12 | 2 | 0 | 5 | 300 | 63 | 132 |
Binary | 11011010 | 11101110 | 11110011 | 1010 | 10 | 0 | 101 | 11000000 | 110011 | 1011010 |
Color Harmonies of #DAEEF3
Complementary color
Monochromatic Colors of #DAEEF3
Black with #DAEEF3
Text Example
Text Example
White with #DAEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEF3; }
p { color: rgb(218,238,243); }
H1.HeaderClassName
{
color: #DAEEF3;
}
.AnyTagClassName
{
color: #DAEEF3;
}
</style>
background-color css
<style>
a { background-color: #DAEEF3; }
a { background-color: rgb(218,238,243); }
div.DivClassName
{
background-color: #DAEEF3;
}
.BgClassName
{
background-color: #DAEEF3;
}
</style>
border-color css
<style>
span { border-color: #DAEEF3; }
span { border-color: rgb(218,238,243); }
td.TdClassName
{
border-color: #DAEEF3;
}
.TagClassName
{
border-color: #DAEEF3;
}
</style>