Shades of Pattens Blue #DAF2FE
Tints of Pattens Blue #DAF2FE
RGB
CMYK
RGB Variations
Color information
#DAF2FE (or 0xDAF2FE) is known color: Pattens Blue. HEX triplet: DA, F2 and FE. RGB value is (218,242,254). Sum of RGB (Red+Green+Blue) = 218+242+254=714 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.53% from 714); Green value is 242 (94.92% from 255 or 33.89% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2FE is #250D01. Grayscale: #ECECEC. Windows color (decimal): -2428162 or 16708314. OLE color: 16708314.
HSL color Cylindrical-coordinate representation of color #DAF2FE: hue angle of 200º 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 #DAF2FE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 242 | 254 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.00 |
| HSL | 200º | 0.95% | 0.93% | - |
| HSV(B) | 200º | 0.14% | 1% | - |
| XYZ | 78.55 | 85.57 | 106.14 | - |
| YUV | 236.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 254 | 0.14 | 0.05 | 0 | 0.00 | 200 | 0.95 | 0.93 |
| Hex | DA | F2 | FE | E | 5 | 0 | 0 | C8 | 5F | 5D |
| Octal | 332 | 362 | 376 | 16 | 5 | 0 | 0 | 310 | 137 | 135 |
| Binary | 11011010 | 11110010 | 11111110 | 1110 | 101 | 0 | 0 | 11001000 | 1011111 | 1011101 |
Color Harmonies of #DAF2FE
Complementary color
Monochromatic Colors of #DAF2FE
Black with #DAF2FE
Text Example
Text Example
White with #DAF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2FE; }
p { color: rgb(218,242,254); }
H1.HeaderClassName
{
color: #DAF2FE;
}
.AnyTagClassName
{
color: #DAF2FE;
}
</style>
background-color css
<style>
a { background-color: #DAF2FE; }
a { background-color: rgb(218,242,254); }
div.DivClassName
{
background-color: #DAF2FE;
}
.BgClassName
{
background-color: #DAF2FE;
}
</style>
border-color css
<style>
span { border-color: #DAF2FE; }
span { border-color: rgb(218,242,254); }
td.TdClassName
{
border-color: #DAF2FE;
}
.TagClassName
{
border-color: #DAF2FE;
}
</style>