Shades of Pattens Blue #DAEDFE
Tints of Pattens Blue #DAEDFE
RGB
CMYK
RGB Variations
Color information
#DAEDFE (or 0xDAEDFE) is known color: Pattens Blue. HEX triplet: DA, ED and FE. RGB value is (218,237,254). Sum of RGB (Red+Green+Blue) = 218+237+254=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAEDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDFE is #251201. Grayscale: #E9E9E9. Windows color (decimal): -2429442 or 16707034. OLE color: 16707034.
HSL color Cylindrical-coordinate representation of color #DAEDFE: hue angle of 208.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEDFE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 237 | 254 | - |
CMYK | 0.14 | 0.07 | 0 | 0.00 |
HSL | 208.33º | 0.95% | 0.93% | - |
HSV(B) | 208.33º | 0.14% | 1% | - |
XYZ | 77.09 | 82.63 | 105.65 | - |
YUV | 233.26 | 139.71 | 117.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 254 | 0.14 | 0.07 | 0 | 0.00 | 208.33 | 0.95 | 0.93 |
Hex | DA | ED | FE | E | 7 | 0 | 0 | D0 | 5F | 5D |
Octal | 332 | 355 | 376 | 16 | 7 | 0 | 0 | 320 | 137 | 135 |
Binary | 11011010 | 11101101 | 11111110 | 1110 | 111 | 0 | 0 | 11010000 | 1011111 | 1011101 |
Color Harmonies of #DAEDFE
Complementary color
Monochromatic Colors of #DAEDFE
Black with #DAEDFE
Text Example
Text Example
White with #DAEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDFE; }
p { color: rgb(218,237,254); }
H1.HeaderClassName
{
color: #DAEDFE;
}
.AnyTagClassName
{
color: #DAEDFE;
}
</style>
background-color css
<style>
a { background-color: #DAEDFE; }
a { background-color: rgb(218,237,254); }
div.DivClassName
{
background-color: #DAEDFE;
}
.BgClassName
{
background-color: #DAEDFE;
}
</style>
border-color css
<style>
span { border-color: #DAEDFE; }
span { border-color: rgb(218,237,254); }
td.TdClassName
{
border-color: #DAEDFE;
}
.TagClassName
{
border-color: #DAEDFE;
}
</style>