Shades of Pattens Blue #DAEFFD
Tints of Pattens Blue #DAEFFD
RGB
CMYK
RGB Variations
Color information
#DAEFFD (or 0xDAEFFD) is known color: Pattens Blue. HEX triplet: DA, EF and FD. RGB value is (218,239,253). Sum of RGB (Red+Green+Blue) = 218+239+253=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 239 (93.75% from 255 or 33.66% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEFFD is #251002. Grayscale: #EAEAEA. Windows color (decimal): -2428931 or 16642010. OLE color: 16642010.
HSL color Cylindrical-coordinate representation of color #DAEFFD: hue angle of 204º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEFFD is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 239 | 253 | - |
CMYK | 0.14 | 0.06 | 0 | 0.01 |
HSL | 204º | 0.9% | 0.92% | - |
HSV(B) | 204º | 0.14% | 0.99% | - |
XYZ | 77.51 | 83.73 | 105 | - |
YUV | 234.32 | 138.54 | 116.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 239 | 253 | 0.14 | 0.06 | 0 | 0.01 | 204 | 0.9 | 0.92 |
Hex | DA | EF | FD | E | 6 | 0 | 1 | CC | 5A | 5C |
Octal | 332 | 357 | 375 | 16 | 6 | 0 | 1 | 314 | 132 | 134 |
Binary | 11011010 | 11101111 | 11111101 | 1110 | 110 | 0 | 1 | 11001100 | 1011010 | 1011100 |
Color Harmonies of #DAEFFD
Complementary color
Monochromatic Colors of #DAEFFD
Black with #DAEFFD
Text Example
Text Example
White with #DAEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFFD; }
p { color: rgb(218,239,253); }
H1.HeaderClassName
{
color: #DAEFFD;
}
.AnyTagClassName
{
color: #DAEFFD;
}
</style>
background-color css
<style>
a { background-color: #DAEFFD; }
a { background-color: rgb(218,239,253); }
div.DivClassName
{
background-color: #DAEFFD;
}
.BgClassName
{
background-color: #DAEFFD;
}
</style>
border-color css
<style>
span { border-color: #DAEFFD; }
span { border-color: rgb(218,239,253); }
td.TdClassName
{
border-color: #DAEFFD;
}
.TagClassName
{
border-color: #DAEFFD;
}
</style>