Shades of Pattens Blue #DAEDF2
Tints of Pattens Blue #DAEDF2
RGB
CMYK
RGB Variations
Color information
#DAEDF2 (or 0xDAEDF2) is known color: Pattens Blue. HEX triplet: DA, ED and F2. RGB value is (218,237,242). Sum of RGB (Red+Green+Blue) = 218+237+242=697 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.28% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDF2 is #25120D. Grayscale: #E7E7E7. Windows color (decimal): -2429454 or 15920602. OLE color: 15920602.
HSL color Cylindrical-coordinate representation of color #DAEDF2: hue angle of 192.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 #DAEDF2 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 237 | 242 | - |
CMYK | 0.10 | 0.02 | 0 | 0.05 |
HSL | 192.5º | 0.48% | 0.9% | - |
HSV(B) | 192.5º | 0.1% | 0.95% | - |
XYZ | 75.22 | 81.88 | 95.84 | - |
YUV | 231.89 | 133.71 | 118.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 242 | 0.10 | 0.02 | 0 | 0.05 | 192.5 | 0.48 | 0.9 |
Hex | DA | ED | F2 | A | 2 | 0 | 5 | C0 | 30 | 5A |
Octal | 332 | 355 | 362 | 12 | 2 | 0 | 5 | 300 | 60 | 132 |
Binary | 11011010 | 11101101 | 11110010 | 1010 | 10 | 0 | 101 | 11000000 | 110000 | 1011010 |
Color Harmonies of #DAEDF2
Complementary color
Monochromatic Colors of #DAEDF2
Black with #DAEDF2
Text Example
Text Example
White with #DAEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDF2; }
p { color: rgb(218,237,242); }
H1.HeaderClassName
{
color: #DAEDF2;
}
.AnyTagClassName
{
color: #DAEDF2;
}
</style>
background-color css
<style>
a { background-color: #DAEDF2; }
a { background-color: rgb(218,237,242); }
div.DivClassName
{
background-color: #DAEDF2;
}
.BgClassName
{
background-color: #DAEDF2;
}
</style>
border-color css
<style>
span { border-color: #DAEDF2; }
span { border-color: rgb(218,237,242); }
td.TdClassName
{
border-color: #DAEDF2;
}
.TagClassName
{
border-color: #DAEDF2;
}
</style>