Shades of Pattens Blue #DAEEF4
Tints of Pattens Blue #DAEEF4
RGB
CMYK
RGB Variations
Color information
#DAEEF4 (or 0xDAEEF4) is known color: Pattens Blue. HEX triplet: DA, EE and F4. RGB value is (218,238,244). Sum of RGB (Red+Green+Blue) = 218+238+244=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 244 - color contains mainly: blue. Hex color #DAEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEEF4 is #25110B. Grayscale: #E8E8E8. Windows color (decimal): -2429196 or 16051930. OLE color: 16051930.
HSL color Cylindrical-coordinate representation of color #DAEEF4: hue angle of 193.85º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEEF4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 238 | 244 | - |
CMYK | 0.11 | 0.02 | 0 | 0.04 |
HSL | 193.85º | 0.54% | 0.91% | - |
HSV(B) | 193.85º | 0.11% | 0.96% | - |
XYZ | 75.82 | 82.59 | 97.53 | - |
YUV | 232.7 | 134.37 | 117.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 244 | 0.11 | 0.02 | 0 | 0.04 | 193.85 | 0.54 | 0.91 |
Hex | DA | EE | F4 | B | 2 | 0 | 4 | C2 | 36 | 5B |
Octal | 332 | 356 | 364 | 13 | 2 | 0 | 4 | 302 | 66 | 133 |
Binary | 11011010 | 11101110 | 11110100 | 1011 | 10 | 0 | 100 | 11000010 | 110110 | 1011011 |
Color Harmonies of #DAEEF4
Complementary color
Monochromatic Colors of #DAEEF4
Black with #DAEEF4
Text Example
Text Example
White with #DAEEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEF4; }
p { color: rgb(218,238,244); }
H1.HeaderClassName
{
color: #DAEEF4;
}
.AnyTagClassName
{
color: #DAEEF4;
}
</style>
background-color css
<style>
a { background-color: #DAEEF4; }
a { background-color: rgb(218,238,244); }
div.DivClassName
{
background-color: #DAEEF4;
}
.BgClassName
{
background-color: #DAEEF4;
}
</style>
border-color css
<style>
span { border-color: #DAEEF4; }
span { border-color: rgb(218,238,244); }
td.TdClassName
{
border-color: #DAEEF4;
}
.TagClassName
{
border-color: #DAEEF4;
}
</style>