Shades of Pattens Blue #DAEAF4
Tints of Pattens Blue #DAEAF4
RGB
CMYK
RGB Variations
Color information
#DAEAF4 (or 0xDAEAF4) is known color: Pattens Blue. HEX triplet: DA, EA and F4. RGB value is (218,234,244). Sum of RGB (Red+Green+Blue) = 218+234+244=696 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.32% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF4 is #25150B. Grayscale: #E6E6E6. Windows color (decimal): -2430220 or 16050906. OLE color: 16050906.
HSL color Cylindrical-coordinate representation of color #DAEAF4: hue angle of 203.08º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEAF4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 234 | 244 | - |
CMYK | 0.11 | 0.04 | 0 | 0.04 |
HSL | 203.08º | 0.54% | 0.91% | - |
HSV(B) | 203.08º | 0.11% | 0.96% | - |
XYZ | 74.67 | 80.28 | 97.15 | - |
YUV | 230.36 | 135.7 | 119.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 244 | 0.11 | 0.04 | 0 | 0.04 | 203.08 | 0.54 | 0.91 |
Hex | DA | EA | F4 | B | 4 | 0 | 4 | CB | 36 | 5B |
Octal | 332 | 352 | 364 | 13 | 4 | 0 | 4 | 313 | 66 | 133 |
Binary | 11011010 | 11101010 | 11110100 | 1011 | 100 | 0 | 100 | 11001011 | 110110 | 1011011 |
Color Harmonies of #DAEAF4
Complementary color
Monochromatic Colors of #DAEAF4
Black with #DAEAF4
Text Example
Text Example
White with #DAEAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAF4; }
p { color: rgb(218,234,244); }
H1.HeaderClassName
{
color: #DAEAF4;
}
.AnyTagClassName
{
color: #DAEAF4;
}
</style>
background-color css
<style>
a { background-color: #DAEAF4; }
a { background-color: rgb(218,234,244); }
div.DivClassName
{
background-color: #DAEAF4;
}
.BgClassName
{
background-color: #DAEAF4;
}
</style>
border-color css
<style>
span { border-color: #DAEAF4; }
span { border-color: rgb(218,234,244); }
td.TdClassName
{
border-color: #DAEAF4;
}
.TagClassName
{
border-color: #DAEAF4;
}
</style>