Shades of Pattens Blue #DAE9F3
Tints of Pattens Blue #DAE9F3
RGB
CMYK
RGB Variations
Color information
#DAE9F3 (or 0xDAE9F3) is known color: Pattens Blue. HEX triplet: DA, E9 and F3. RGB value is (218,233,243). Sum of RGB (Red+Green+Blue) = 218+233+243=694 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.41% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAE9F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE9F3 is #25160C. Grayscale: #E5E5E5. Windows color (decimal): -2430477 or 15985114. OLE color: 15985114.
HSL color Cylindrical-coordinate representation of color #DAE9F3: hue angle of 204º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAE9F3 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 233 | 243 | - |
CMYK | 0.10 | 0.04 | 0 | 0.05 |
HSL | 204º | 0.51% | 0.9% | - |
HSV(B) | 204º | 0.1% | 0.95% | - |
XYZ | 74.23 | 79.65 | 96.26 | - |
YUV | 229.66 | 135.53 | 119.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 233 | 243 | 0.10 | 0.04 | 0 | 0.05 | 204 | 0.51 | 0.9 |
Hex | DA | E9 | F3 | A | 4 | 0 | 5 | CC | 33 | 5A |
Octal | 332 | 351 | 363 | 12 | 4 | 0 | 5 | 314 | 63 | 132 |
Binary | 11011010 | 11101001 | 11110011 | 1010 | 100 | 0 | 101 | 11001100 | 110011 | 1011010 |
Color Harmonies of #DAE9F3
Complementary color
Monochromatic Colors of #DAE9F3
Black with #DAE9F3
Text Example
Text Example
White with #DAE9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE9F3; }
p { color: rgb(218,233,243); }
H1.HeaderClassName
{
color: #DAE9F3;
}
.AnyTagClassName
{
color: #DAE9F3;
}
</style>
background-color css
<style>
a { background-color: #DAE9F3; }
a { background-color: rgb(218,233,243); }
div.DivClassName
{
background-color: #DAE9F3;
}
.BgClassName
{
background-color: #DAE9F3;
}
</style>
border-color css
<style>
span { border-color: #DAE9F3; }
span { border-color: rgb(218,233,243); }
td.TdClassName
{
border-color: #DAE9F3;
}
.TagClassName
{
border-color: #DAE9F3;
}
</style>