Shades of Pattens Blue #DAF1FF
Tints of Pattens Blue #DAF1FF
RGB
CMYK
RGB Variations
Color information
#DAF1FF (or 0xDAF1FF) is known color: Pattens Blue. HEX triplet: DA, F1 and FF. RGB value is (218,241,255). Sum of RGB (Red+Green+Blue) = 218+241+255=714 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.53% from 714); Green value is 241 (94.53% from 255 or 33.75% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF1FF is #250E00. Grayscale: #EBEBEB. Windows color (decimal): -2428417 or 16773594. OLE color: 16773594.
HSL color Cylindrical-coordinate representation of color #DAF1FF: hue angle of 202.7º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF1FF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 241 | 255 | - |
| CMYK | 0.15 | 0.05 | 0 | 0 |
| HSL | 202.7º | 1% | 0.93% | - |
| HSV(B) | 202.7º | 0.15% | 1% | - |
| XYZ | 78.42 | 85.04 | 106.89 | - |
| YUV | 235.72 | 138.88 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 255 | 0.15 | 0.05 | 0 | 0 | 202.7 | 1 | 0.93 |
| Hex | DA | F1 | FF | F | 5 | 0 | 0 | CB | 64 | 5D |
| Octal | 332 | 361 | 377 | 17 | 5 | 0 | 0 | 313 | 144 | 135 |
| Binary | 11011010 | 11110001 | 11111111 | 1111 | 101 | 0 | 0 | 11001011 | 1100100 | 1011101 |
Color Harmonies of #DAF1FF
Complementary color
Monochromatic Colors of #DAF1FF
Black with #DAF1FF
Text Example
Text Example
White with #DAF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1FF; }
p { color: rgb(218,241,255); }
H1.HeaderClassName
{
color: #DAF1FF;
}
.AnyTagClassName
{
color: #DAF1FF;
}
</style>
background-color css
<style>
a { background-color: #DAF1FF; }
a { background-color: rgb(218,241,255); }
div.DivClassName
{
background-color: #DAF1FF;
}
.BgClassName
{
background-color: #DAF1FF;
}
</style>
border-color css
<style>
span { border-color: #DAF1FF; }
span { border-color: rgb(218,241,255); }
td.TdClassName
{
border-color: #DAF1FF;
}
.TagClassName
{
border-color: #DAF1FF;
}
</style>