Shades of Pattens Blue #DAEDFC
Tints of Pattens Blue #DAEDFC
RGB
CMYK
RGB Variations
Color information
#DAEDFC (or 0xDAEDFC) is known color: Pattens Blue. HEX triplet: DA, ED and FC. RGB value is (218,237,252). Sum of RGB (Red+Green+Blue) = 218+237+252=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAEDFC is #251203. Grayscale: #E8E8E8. Windows color (decimal): -2429444 or 16575962. OLE color: 16575962.
HSL color Cylindrical-coordinate representation of color #DAEDFC: hue angle of 206.47º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAEDFC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 237 | 252 | - |
CMYK | 0.13 | 0.06 | 0 | 0.01 |
HSL | 206.47º | 0.85% | 0.92% | - |
HSV(B) | 206.47º | 0.13% | 0.99% | - |
XYZ | 76.77 | 82.5 | 103.97 | - |
YUV | 233.03 | 138.71 | 117.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 252 | 0.13 | 0.06 | 0 | 0.01 | 206.47 | 0.85 | 0.92 |
Hex | DA | ED | FC | D | 6 | 0 | 1 | CE | 55 | 5C |
Octal | 332 | 355 | 374 | 15 | 6 | 0 | 1 | 316 | 125 | 134 |
Binary | 11011010 | 11101101 | 11111100 | 1101 | 110 | 0 | 1 | 11001110 | 1010101 | 1011100 |
Color Harmonies of #DAEDFC
Complementary color
Monochromatic Colors of #DAEDFC
Black with #DAEDFC
Text Example
Text Example
White with #DAEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDFC; }
p { color: rgb(218,237,252); }
H1.HeaderClassName
{
color: #DAEDFC;
}
.AnyTagClassName
{
color: #DAEDFC;
}
</style>
background-color css
<style>
a { background-color: #DAEDFC; }
a { background-color: rgb(218,237,252); }
div.DivClassName
{
background-color: #DAEDFC;
}
.BgClassName
{
background-color: #DAEDFC;
}
</style>
border-color css
<style>
span { border-color: #DAEDFC; }
span { border-color: rgb(218,237,252); }
td.TdClassName
{
border-color: #DAEDFC;
}
.TagClassName
{
border-color: #DAEDFC;
}
</style>