Shades of Pattens Blue #DAF2FF
Tints of Pattens Blue #DAF2FF
RGB
CMYK
RGB Variations
Color information
#DAF2FF (or 0xDAF2FF) is known color: Pattens Blue. HEX triplet: DA, F2 and FF. RGB value is (218,242,255). Sum of RGB (Red+Green+Blue) = 218+242+255=715 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.49% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAF2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF2FF is #250D00. Grayscale: #ECECEC. Windows color (decimal): -2428161 or 16773850. OLE color: 16773850.
HSL color Cylindrical-coordinate representation of color #DAF2FF: hue angle of 201.08º 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 #DAF2FF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 242 | 255 | - |
CMYK | 0.15 | 0.05 | 0 | 0 |
HSL | 201.08º | 1% | 0.93% | - |
HSV(B) | 201.08º | 0.15% | 1% | - |
XYZ | 78.72 | 85.63 | 106.99 | - |
YUV | 236.31 | 138.55 | 114.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 242 | 255 | 0.15 | 0.05 | 0 | 0 | 201.08 | 1 | 0.93 |
Hex | DA | F2 | FF | F | 5 | 0 | 0 | C9 | 64 | 5D |
Octal | 332 | 362 | 377 | 17 | 5 | 0 | 0 | 311 | 144 | 135 |
Binary | 11011010 | 11110010 | 11111111 | 1111 | 101 | 0 | 0 | 11001001 | 1100100 | 1011101 |
Color Harmonies of #DAF2FF
Complementary color
Monochromatic Colors of #DAF2FF
Black with #DAF2FF
Text Example
Text Example
White with #DAF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF2FF; }
p { color: rgb(218,242,255); }
H1.HeaderClassName
{
color: #DAF2FF;
}
.AnyTagClassName
{
color: #DAF2FF;
}
</style>
background-color css
<style>
a { background-color: #DAF2FF; }
a { background-color: rgb(218,242,255); }
div.DivClassName
{
background-color: #DAF2FF;
}
.BgClassName
{
background-color: #DAF2FF;
}
</style>
border-color css
<style>
span { border-color: #DAF2FF; }
span { border-color: rgb(218,242,255); }
td.TdClassName
{
border-color: #DAF2FF;
}
.TagClassName
{
border-color: #DAF2FF;
}
</style>