Shades of Pattens Blue #DAE6F2
Tints of Pattens Blue #DAE6F2
RGB
CMYK
RGB Variations
Color information
#DAE6F2 (or 0xDAE6F2) is known color: Pattens Blue. HEX triplet: DA, E6 and F2. RGB value is (218,230,242). Sum of RGB (Red+Green+Blue) = 218+230+242=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAE6F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE6F2 is #25190D. Grayscale: #E3E3E3. Windows color (decimal): -2431246 or 15918810. OLE color: 15918810.
HSL color Cylindrical-coordinate representation of color #DAE6F2: hue angle of 210º 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 #DAE6F2 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 230 | 242 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.05 |
| HSL | 210º | 0.48% | 0.9% | - |
| HSV(B) | 210º | 0.1% | 0.95% | - |
| XYZ | 73.24 | 77.91 | 95.18 | - |
| YUV | 227.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 242 | 0.10 | 0.05 | 0 | 0.05 | 210 | 0.48 | 0.9 |
| Hex | DA | E6 | F2 | A | 5 | 0 | 5 | D2 | 30 | 5A |
| Octal | 332 | 346 | 362 | 12 | 5 | 0 | 5 | 322 | 60 | 132 |
| Binary | 11011010 | 11100110 | 11110010 | 1010 | 101 | 0 | 101 | 11010010 | 110000 | 1011010 |
Color Harmonies of #DAE6F2
Complementary color
Monochromatic Colors of #DAE6F2
Black with #DAE6F2
Text Example
Text Example
White with #DAE6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6F2; }
p { color: rgb(218,230,242); }
H1.HeaderClassName
{
color: #DAE6F2;
}
.AnyTagClassName
{
color: #DAE6F2;
}
</style>
background-color css
<style>
a { background-color: #DAE6F2; }
a { background-color: rgb(218,230,242); }
div.DivClassName
{
background-color: #DAE6F2;
}
.BgClassName
{
background-color: #DAE6F2;
}
</style>
border-color css
<style>
span { border-color: #DAE6F2; }
span { border-color: rgb(218,230,242); }
td.TdClassName
{
border-color: #DAE6F2;
}
.TagClassName
{
border-color: #DAE6F2;
}
</style>