Shades of Pattens Blue #DAEAF3
Tints of Pattens Blue #DAEAF3
RGB
CMYK
RGB Variations
Color information
#DAEAF3 (or 0xDAEAF3) is known color: Pattens Blue. HEX triplet: DA, EA and F3. RGB value is (218,234,243). Sum of RGB (Red+Green+Blue) = 218+234+243=695 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.37% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF3 is #25150C. Grayscale: #E6E6E6. Windows color (decimal): -2430221 or 15985370. OLE color: 15985370.
HSL color Cylindrical-coordinate representation of color #DAEAF3: hue angle of 201.6º 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 #DAEAF3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 234 | 243 | - |
CMYK | 0.10 | 0.04 | 0 | 0.05 |
HSL | 201.6º | 0.51% | 0.9% | - |
HSV(B) | 201.6º | 0.1% | 0.95% | - |
XYZ | 74.51 | 80.22 | 96.35 | - |
YUV | 230.24 | 135.2 | 119.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 243 | 0.10 | 0.04 | 0 | 0.05 | 201.6 | 0.51 | 0.9 |
Hex | DA | EA | F3 | A | 4 | 0 | 5 | CA | 33 | 5A |
Octal | 332 | 352 | 363 | 12 | 4 | 0 | 5 | 312 | 63 | 132 |
Binary | 11011010 | 11101010 | 11110011 | 1010 | 100 | 0 | 101 | 11001010 | 110011 | 1011010 |
Color Harmonies of #DAEAF3
Complementary color
Monochromatic Colors of #DAEAF3
Black with #DAEAF3
Text Example
Text Example
White with #DAEAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAF3; }
p { color: rgb(218,234,243); }
H1.HeaderClassName
{
color: #DAEAF3;
}
.AnyTagClassName
{
color: #DAEAF3;
}
</style>
background-color css
<style>
a { background-color: #DAEAF3; }
a { background-color: rgb(218,234,243); }
div.DivClassName
{
background-color: #DAEAF3;
}
.BgClassName
{
background-color: #DAEAF3;
}
</style>
border-color css
<style>
span { border-color: #DAEAF3; }
span { border-color: rgb(218,234,243); }
td.TdClassName
{
border-color: #DAEAF3;
}
.TagClassName
{
border-color: #DAEAF3;
}
</style>