Shades of Pattens Blue #DAECFE
Tints of Pattens Blue #DAECFE
RGB
CMYK
RGB Variations
Color information
#DAECFE (or 0xDAECFE) is known color: Pattens Blue. HEX triplet: DA, EC and FE. RGB value is (218,236,254). Sum of RGB (Red+Green+Blue) = 218+236+254=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECFE is #251301. Grayscale: #E8E8E8. Windows color (decimal): -2429698 or 16706778. OLE color: 16706778.
HSL color Cylindrical-coordinate representation of color #DAECFE: hue angle of 210º 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 #DAECFE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 236 | 254 | - |
CMYK | 0.14 | 0.07 | 0 | 0.00 |
HSL | 210º | 0.95% | 0.93% | - |
HSV(B) | 210º | 0.14% | 1% | - |
XYZ | 76.8 | 82.05 | 105.56 | - |
YUV | 232.67 | 140.04 | 117.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 254 | 0.14 | 0.07 | 0 | 0.00 | 210 | 0.95 | 0.93 |
Hex | DA | EC | FE | E | 7 | 0 | 0 | D2 | 5F | 5D |
Octal | 332 | 354 | 376 | 16 | 7 | 0 | 0 | 322 | 137 | 135 |
Binary | 11011010 | 11101100 | 11111110 | 1110 | 111 | 0 | 0 | 11010010 | 1011111 | 1011101 |
Color Harmonies of #DAECFE
Complementary color
Monochromatic Colors of #DAECFE
Black with #DAECFE
Text Example
Text Example
White with #DAECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECFE; }
p { color: rgb(218,236,254); }
H1.HeaderClassName
{
color: #DAECFE;
}
.AnyTagClassName
{
color: #DAECFE;
}
</style>
background-color css
<style>
a { background-color: #DAECFE; }
a { background-color: rgb(218,236,254); }
div.DivClassName
{
background-color: #DAECFE;
}
.BgClassName
{
background-color: #DAECFE;
}
</style>
border-color css
<style>
span { border-color: #DAECFE; }
span { border-color: rgb(218,236,254); }
td.TdClassName
{
border-color: #DAECFE;
}
.TagClassName
{
border-color: #DAECFE;
}
</style>