Shades of Pattens Blue #DFEAF1
Tints of Pattens Blue #DFEAF1
RGB
CMYK
RGB Variations
Color information
#DFEAF1 (or 0xDFEAF1) is known color: Pattens Blue. HEX triplet: DF, EA and F1. RGB value is (223,234,241). Sum of RGB (Red+Green+Blue) = 223+234+241=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAF1 is #20150E. Grayscale: #E7E7E7. Windows color (decimal): -2102543 or 15854303. OLE color: 15854303.
HSL color Cylindrical-coordinate representation of color #DFEAF1: hue angle of 203.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEAF1 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 234 | 241 | - |
CMYK | 0.07 | 0.03 | 0 | 0.05 |
HSL | 203.33º | 0.39% | 0.91% | - |
HSV(B) | 203.33º | 0.07% | 0.95% | - |
XYZ | 75.73 | 80.88 | 94.84 | - |
YUV | 231.51 | 133.36 | 121.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 234 | 241 | 0.07 | 0.03 | 0 | 0.05 | 203.33 | 0.39 | 0.91 |
Hex | DF | EA | F1 | 7 | 3 | 0 | 5 | CB | 27 | 5B |
Octal | 337 | 352 | 361 | 7 | 3 | 0 | 5 | 313 | 47 | 133 |
Binary | 11011111 | 11101010 | 11110001 | 111 | 11 | 0 | 101 | 11001011 | 100111 | 1011011 |
Color Harmonies of #DFEAF1
Complementary color
Monochromatic Colors of #DFEAF1
Black with #DFEAF1
Text Example
Text Example
White with #DFEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAF1; }
p { color: rgb(223,234,241); }
H1.HeaderClassName
{
color: #DFEAF1;
}
.AnyTagClassName
{
color: #DFEAF1;
}
</style>
background-color css
<style>
a { background-color: #DFEAF1; }
a { background-color: rgb(223,234,241); }
div.DivClassName
{
background-color: #DFEAF1;
}
.BgClassName
{
background-color: #DFEAF1;
}
</style>
border-color css
<style>
span { border-color: #DFEAF1; }
span { border-color: rgb(223,234,241); }
td.TdClassName
{
border-color: #DFEAF1;
}
.TagClassName
{
border-color: #DFEAF1;
}
</style>