Shades of Pattens Blue #DAEAF2
Tints of Pattens Blue #DAEAF2
RGB
CMYK
RGB Variations
Color information
#DAEAF2 (or 0xDAEAF2) is known color: Pattens Blue. HEX triplet: DA, EA and F2. RGB value is (218,234,242). Sum of RGB (Red+Green+Blue) = 218+234+242=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEAF2 is #25150D. Grayscale: #E6E6E6. Windows color (decimal): -2430222 or 15919834. OLE color: 15919834.
HSL color Cylindrical-coordinate representation of color #DAEAF2: hue angle of 200º 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 #DAEAF2 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 234 | 242 | - |
CMYK | 0.10 | 0.03 | 0 | 0.05 |
HSL | 200º | 0.48% | 0.9% | - |
HSV(B) | 200º | 0.1% | 0.95% | - |
XYZ | 74.36 | 80.16 | 95.56 | - |
YUV | 230.13 | 134.7 | 119.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 242 | 0.10 | 0.03 | 0 | 0.05 | 200 | 0.48 | 0.9 |
Hex | DA | EA | F2 | A | 3 | 0 | 5 | C8 | 30 | 5A |
Octal | 332 | 352 | 362 | 12 | 3 | 0 | 5 | 310 | 60 | 132 |
Binary | 11011010 | 11101010 | 11110010 | 1010 | 11 | 0 | 101 | 11001000 | 110000 | 1011010 |
Color Harmonies of #DAEAF2
Complementary color
Monochromatic Colors of #DAEAF2
Black with #DAEAF2
Text Example
Text Example
White with #DAEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEAF2; }
p { color: rgb(218,234,242); }
H1.HeaderClassName
{
color: #DAEAF2;
}
.AnyTagClassName
{
color: #DAEAF2;
}
</style>
background-color css
<style>
a { background-color: #DAEAF2; }
a { background-color: rgb(218,234,242); }
div.DivClassName
{
background-color: #DAEAF2;
}
.BgClassName
{
background-color: #DAEAF2;
}
</style>
border-color css
<style>
span { border-color: #DAEAF2; }
span { border-color: rgb(218,234,242); }
td.TdClassName
{
border-color: #DAEAF2;
}
.TagClassName
{
border-color: #DAEAF2;
}
</style>