Shades of Pattens Blue #DAE9F2
Tints of Pattens Blue #DAE9F2
RGB
CMYK
RGB Variations
Color information
#DAE9F2 (or 0xDAE9F2) is known color: Pattens Blue. HEX triplet: DA, E9 and F2. RGB value is (218,233,242). Sum of RGB (Red+Green+Blue) = 218+233+242=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAE9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F2 is #25160D. Grayscale: #E5E5E5. Windows color (decimal): -2430478 or 15919578. OLE color: 15919578.
HSL color Cylindrical-coordinate representation of color #DAE9F2: hue angle of 202.5º 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 #DAE9F2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 233 | 242 | - |
CMYK | 0.10 | 0.04 | 0 | 0.05 |
HSL | 202.5º | 0.48% | 0.9% | - |
HSV(B) | 202.5º | 0.1% | 0.95% | - |
XYZ | 74.08 | 79.59 | 95.46 | - |
YUV | 229.54 | 135.03 | 119.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 242 | 0.10 | 0.04 | 0 | 0.05 | 202.5 | 0.48 | 0.9 |
Hex | DA | E9 | F2 | A | 4 | 0 | 5 | CA | 30 | 5A |
Octal | 332 | 351 | 362 | 12 | 4 | 0 | 5 | 312 | 60 | 132 |
Binary | 11011010 | 11101001 | 11110010 | 1010 | 100 | 0 | 101 | 11001010 | 110000 | 1011010 |
Color Harmonies of #DAE9F2
Complementary color
Monochromatic Colors of #DAE9F2
Black with #DAE9F2
Text Example
Text Example
White with #DAE9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9F2; }
p { color: rgb(218,233,242); }
H1.HeaderClassName
{
color: #DAE9F2;
}
.AnyTagClassName
{
color: #DAE9F2;
}
</style>
background-color css
<style>
a { background-color: #DAE9F2; }
a { background-color: rgb(218,233,242); }
div.DivClassName
{
background-color: #DAE9F2;
}
.BgClassName
{
background-color: #DAE9F2;
}
</style>
border-color css
<style>
span { border-color: #DAE9F2; }
span { border-color: rgb(218,233,242); }
td.TdClassName
{
border-color: #DAE9F2;
}
.TagClassName
{
border-color: #DAE9F2;
}
</style>