Shades of Pattens Blue #DAE7F3
Tints of Pattens Blue #DAE7F3
RGB
CMYK
RGB Variations
Color information
#DAE7F3 (or 0xDAE7F3) is known color: Pattens Blue. HEX triplet: DA, E7 and F3. RGB value is (218,231,243). Sum of RGB (Red+Green+Blue) = 218+231+243=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAE7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAE7F3 is #25180C. Grayscale: #E4E4E4. Windows color (decimal): -2430989 or 15984602. OLE color: 15984602.
HSL color Cylindrical-coordinate representation of color #DAE7F3: hue angle of 208.8º 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 #DAE7F3 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 231 | 243 | - |
CMYK | 0.10 | 0.05 | 0 | 0.05 |
HSL | 208.8º | 0.51% | 0.9% | - |
HSV(B) | 208.8º | 0.1% | 0.95% | - |
XYZ | 73.67 | 78.53 | 96.07 | - |
YUV | 228.48 | 136.19 | 120.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 231 | 243 | 0.10 | 0.05 | 0 | 0.05 | 208.8 | 0.51 | 0.9 |
Hex | DA | E7 | F3 | A | 5 | 0 | 5 | D1 | 33 | 5A |
Octal | 332 | 347 | 363 | 12 | 5 | 0 | 5 | 321 | 63 | 132 |
Binary | 11011010 | 11100111 | 11110011 | 1010 | 101 | 0 | 101 | 11010001 | 110011 | 1011010 |
Color Harmonies of #DAE7F3
Complementary color
Monochromatic Colors of #DAE7F3
Black with #DAE7F3
Text Example
Text Example
White with #DAE7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE7F3; }
p { color: rgb(218,231,243); }
H1.HeaderClassName
{
color: #DAE7F3;
}
.AnyTagClassName
{
color: #DAE7F3;
}
</style>
background-color css
<style>
a { background-color: #DAE7F3; }
a { background-color: rgb(218,231,243); }
div.DivClassName
{
background-color: #DAE7F3;
}
.BgClassName
{
background-color: #DAE7F3;
}
</style>
border-color css
<style>
span { border-color: #DAE7F3; }
span { border-color: rgb(218,231,243); }
td.TdClassName
{
border-color: #DAE7F3;
}
.TagClassName
{
border-color: #DAE7F3;
}
</style>