Shades of Pattens Blue #DFEAF3
Tints of Pattens Blue #DFEAF3
RGB
CMYK
RGB Variations
Color information
#DFEAF3 (or 0xDFEAF3) is known color: Pattens Blue. HEX triplet: DF, EA and F3. RGB value is (223,234,243). Sum of RGB (Red+Green+Blue) = 223+234+243=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 243 - color contains mainly: blue. Hex color #DFEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAF3 is #20150C. Grayscale: #E7E7E7. Windows color (decimal): -2102541 or 15985375. OLE color: 15985375.
HSL color Cylindrical-coordinate representation of color #DFEAF3: hue angle of 207º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFEAF3 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 234 | 243 | - |
CMYK | 0.08 | 0.04 | 0 | 0.05 |
HSL | 207º | 0.45% | 0.91% | - |
HSV(B) | 207º | 0.08% | 0.95% | - |
XYZ | 76.03 | 81 | 96.42 | - |
YUV | 231.74 | 134.36 | 121.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 234 | 243 | 0.08 | 0.04 | 0 | 0.05 | 207 | 0.45 | 0.91 |
Hex | DF | EA | F3 | 8 | 4 | 0 | 5 | CF | 2D | 5B |
Octal | 337 | 352 | 363 | 10 | 4 | 0 | 5 | 317 | 55 | 133 |
Binary | 11011111 | 11101010 | 11110011 | 1000 | 100 | 0 | 101 | 11001111 | 101101 | 1011011 |
Color Harmonies of #DFEAF3
Complementary color
Monochromatic Colors of #DFEAF3
Black with #DFEAF3
Text Example
Text Example
White with #DFEAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAF3; }
p { color: rgb(223,234,243); }
H1.HeaderClassName
{
color: #DFEAF3;
}
.AnyTagClassName
{
color: #DFEAF3;
}
</style>
background-color css
<style>
a { background-color: #DFEAF3; }
a { background-color: rgb(223,234,243); }
div.DivClassName
{
background-color: #DFEAF3;
}
.BgClassName
{
background-color: #DFEAF3;
}
</style>
border-color css
<style>
span { border-color: #DFEAF3; }
span { border-color: rgb(223,234,243); }
td.TdClassName
{
border-color: #DFEAF3;
}
.TagClassName
{
border-color: #DFEAF3;
}
</style>