Shades of Pattens Blue #DAEFF6
Tints of Pattens Blue #DAEFF6
RGB
CMYK
RGB Variations
Color information
#DAEFF6 (or 0xDAEFF6) is known color: Pattens Blue. HEX triplet: DA, EF and F6. RGB value is (218,239,246). Sum of RGB (Red+Green+Blue) = 218+239+246=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFF6 is #251009. Grayscale: #E9E9E9. Windows color (decimal): -2428938 or 16183258. OLE color: 16183258.
HSL color Cylindrical-coordinate representation of color #DAEFF6: hue angle of 195º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEFF6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 239 | 246 | - |
CMYK | 0.11 | 0.03 | 0 | 0.04 |
HSL | 195º | 0.61% | 0.91% | - |
HSV(B) | 195º | 0.11% | 0.96% | - |
XYZ | 76.41 | 83.29 | 99.24 | - |
YUV | 233.52 | 135.04 | 116.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 246 | 0.11 | 0.03 | 0 | 0.04 | 195 | 0.61 | 0.91 |
Hex | DA | EF | F6 | B | 3 | 0 | 4 | C3 | 3D | 5B |
Octal | 332 | 357 | 366 | 13 | 3 | 0 | 4 | 303 | 75 | 133 |
Binary | 11011010 | 11101111 | 11110110 | 1011 | 11 | 0 | 100 | 11000011 | 111101 | 1011011 |
Color Harmonies of #DAEFF6
Complementary color
Monochromatic Colors of #DAEFF6
Black with #DAEFF6
Text Example
Text Example
White with #DAEFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFF6; }
p { color: rgb(218,239,246); }
H1.HeaderClassName
{
color: #DAEFF6;
}
.AnyTagClassName
{
color: #DAEFF6;
}
</style>
background-color css
<style>
a { background-color: #DAEFF6; }
a { background-color: rgb(218,239,246); }
div.DivClassName
{
background-color: #DAEFF6;
}
.BgClassName
{
background-color: #DAEFF6;
}
</style>
border-color css
<style>
span { border-color: #DAEFF6; }
span { border-color: rgb(218,239,246); }
td.TdClassName
{
border-color: #DAEFF6;
}
.TagClassName
{
border-color: #DAEFF6;
}
</style>