Shades of Pattens Blue #DAE5F2
Tints of Pattens Blue #DAE5F2
RGB
CMYK
RGB Variations
Color information
#DAE5F2 (or 0xDAE5F2) is known color: Pattens Blue. HEX triplet: DA, E5 and F2. RGB value is (218,229,242). Sum of RGB (Red+Green+Blue) = 218+229+242=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAE5F2 is #251A0D. Grayscale: #E3E3E3. Windows color (decimal): -2431502 or 15918554. OLE color: 15918554.
HSL color Cylindrical-coordinate representation of color #DAE5F2: hue angle of 212.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 #DAE5F2 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 229 | 242 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.05 |
| HSL | 212.5º | 0.48% | 0.9% | - |
| HSV(B) | 212.5º | 0.1% | 0.95% | - |
| XYZ | 72.96 | 77.35 | 95.09 | - |
| YUV | 227.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 242 | 0.10 | 0.05 | 0 | 0.05 | 212.5 | 0.48 | 0.9 |
| Hex | DA | E5 | F2 | A | 5 | 0 | 5 | D4 | 30 | 5A |
| Octal | 332 | 345 | 362 | 12 | 5 | 0 | 5 | 324 | 60 | 132 |
| Binary | 11011010 | 11100101 | 11110010 | 1010 | 101 | 0 | 101 | 11010100 | 110000 | 1011010 |
Color Harmonies of #DAE5F2
Complementary color
Monochromatic Colors of #DAE5F2
Black with #DAE5F2
Text Example
Text Example
White with #DAE5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE5F2; }
p { color: rgb(218,229,242); }
H1.HeaderClassName
{
color: #DAE5F2;
}
.AnyTagClassName
{
color: #DAE5F2;
}
</style>
background-color css
<style>
a { background-color: #DAE5F2; }
a { background-color: rgb(218,229,242); }
div.DivClassName
{
background-color: #DAE5F2;
}
.BgClassName
{
background-color: #DAE5F2;
}
</style>
border-color css
<style>
span { border-color: #DAE5F2; }
span { border-color: rgb(218,229,242); }
td.TdClassName
{
border-color: #DAE5F2;
}
.TagClassName
{
border-color: #DAE5F2;
}
</style>