Shades of Pattens Blue #DFEAF2
Tints of Pattens Blue #DFEAF2
RGB
CMYK
RGB Variations
Color information
#DFEAF2 (or 0xDFEAF2) is known color: Pattens Blue. HEX triplet: DF, EA and F2. RGB value is (223,234,242). Sum of RGB (Red+Green+Blue) = 223+234+242=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 234 (91.80% from 255 or 33.48% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFEAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAF2 is #20150D. Grayscale: #E7E7E7. Windows color (decimal): -2102542 or 15919839. OLE color: 15919839.
HSL color Cylindrical-coordinate representation of color #DFEAF2: hue angle of 205.26º degrees, saturation: 0.42, 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 #DFEAF2 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 234 | 242 | - |
CMYK | 0.08 | 0.03 | 0 | 0.05 |
HSL | 205.26º | 0.42% | 0.91% | - |
HSV(B) | 205.26º | 0.08% | 0.95% | - |
XYZ | 75.88 | 80.94 | 95.63 | - |
YUV | 231.62 | 133.86 | 121.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 234 | 242 | 0.08 | 0.03 | 0 | 0.05 | 205.26 | 0.42 | 0.91 |
Hex | DF | EA | F2 | 8 | 3 | 0 | 5 | CD | 2A | 5B |
Octal | 337 | 352 | 362 | 10 | 3 | 0 | 5 | 315 | 52 | 133 |
Binary | 11011111 | 11101010 | 11110010 | 1000 | 11 | 0 | 101 | 11001101 | 101010 | 1011011 |
Color Harmonies of #DFEAF2
Complementary color
Monochromatic Colors of #DFEAF2
Black with #DFEAF2
Text Example
Text Example
White with #DFEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAF2; }
p { color: rgb(223,234,242); }
H1.HeaderClassName
{
color: #DFEAF2;
}
.AnyTagClassName
{
color: #DFEAF2;
}
</style>
background-color css
<style>
a { background-color: #DFEAF2; }
a { background-color: rgb(223,234,242); }
div.DivClassName
{
background-color: #DFEAF2;
}
.BgClassName
{
background-color: #DFEAF2;
}
</style>
border-color css
<style>
span { border-color: #DFEAF2; }
span { border-color: rgb(223,234,242); }
td.TdClassName
{
border-color: #DFEAF2;
}
.TagClassName
{
border-color: #DFEAF2;
}
</style>