Shades of Pattens Blue #DAE6F3
Tints of Pattens Blue #DAE6F3
RGB
CMYK
RGB Variations
Color information
#DAE6F3 (or 0xDAE6F3) is known color: Pattens Blue. HEX triplet: DA, E6 and F3. RGB value is (218,230,243). Sum of RGB (Red+Green+Blue) = 218+230+243=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 243 (95.31% from 255 or 35.17% from 691); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAE6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6F3 is #25190C. Grayscale: #E3E3E3. Windows color (decimal): -2431245 or 15984346. OLE color: 15984346.
HSL color Cylindrical-coordinate representation of color #DAE6F3: hue angle of 211.2º degrees, saturation: 0.51, 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 #DAE6F3 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 230 | 243 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.05 |
| HSL | 211.2º | 0.51% | 0.9% | - |
| HSV(B) | 211.2º | 0.1% | 0.95% | - |
| XYZ | 73.39 | 77.97 | 95.98 | - |
| YUV | 227.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 243 | 0.10 | 0.05 | 0 | 0.05 | 211.2 | 0.51 | 0.9 |
| Hex | DA | E6 | F3 | A | 5 | 0 | 5 | D3 | 33 | 5A |
| Octal | 332 | 346 | 363 | 12 | 5 | 0 | 5 | 323 | 63 | 132 |
| Binary | 11011010 | 11100110 | 11110011 | 1010 | 101 | 0 | 101 | 11010011 | 110011 | 1011010 |
Color Harmonies of #DAE6F3
Complementary color
Monochromatic Colors of #DAE6F3
Black with #DAE6F3
Text Example
Text Example
White with #DAE6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6F3; }
p { color: rgb(218,230,243); }
H1.HeaderClassName
{
color: #DAE6F3;
}
.AnyTagClassName
{
color: #DAE6F3;
}
</style>
background-color css
<style>
a { background-color: #DAE6F3; }
a { background-color: rgb(218,230,243); }
div.DivClassName
{
background-color: #DAE6F3;
}
.BgClassName
{
background-color: #DAE6F3;
}
</style>
border-color css
<style>
span { border-color: #DAE6F3; }
span { border-color: rgb(218,230,243); }
td.TdClassName
{
border-color: #DAE6F3;
}
.TagClassName
{
border-color: #DAE6F3;
}
</style>