Shades of Pattens Blue #DAEDFF
Tints of Pattens Blue #DAEDFF
RGB
CMYK
RGB Variations
Color information
#DAEDFF (or 0xDAEDFF) is known color: Pattens Blue. HEX triplet: DA, ED and FF. RGB value is (218,237,255). Sum of RGB (Red+Green+Blue) = 218+237+255=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDFF is #251200. Grayscale: #E9E9E9. Windows color (decimal): -2429441 or 16772570. OLE color: 16772570.
HSL color Cylindrical-coordinate representation of color #DAEDFF: hue angle of 209.19º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAEDFF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 237 | 255 | - |
CMYK | 0.15 | 0.07 | 0 | 0 |
HSL | 209.19º | 1% | 0.93% | - |
HSV(B) | 209.19º | 0.15% | 1% | - |
XYZ | 77.25 | 82.69 | 106.5 | - |
YUV | 233.37 | 140.21 | 117.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 255 | 0.15 | 0.07 | 0 | 0 | 209.19 | 1 | 0.93 |
Hex | DA | ED | FF | F | 7 | 0 | 0 | D1 | 64 | 5D |
Octal | 332 | 355 | 377 | 17 | 7 | 0 | 0 | 321 | 144 | 135 |
Binary | 11011010 | 11101101 | 11111111 | 1111 | 111 | 0 | 0 | 11010001 | 1100100 | 1011101 |
Color Harmonies of #DAEDFF
Complementary color
Monochromatic Colors of #DAEDFF
Black with #DAEDFF
Text Example
Text Example
White with #DAEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDFF; }
p { color: rgb(218,237,255); }
H1.HeaderClassName
{
color: #DAEDFF;
}
.AnyTagClassName
{
color: #DAEDFF;
}
</style>
background-color css
<style>
a { background-color: #DAEDFF; }
a { background-color: rgb(218,237,255); }
div.DivClassName
{
background-color: #DAEDFF;
}
.BgClassName
{
background-color: #DAEDFF;
}
</style>
border-color css
<style>
span { border-color: #DAEDFF; }
span { border-color: rgb(218,237,255); }
td.TdClassName
{
border-color: #DAEDFF;
}
.TagClassName
{
border-color: #DAEDFF;
}
</style>