Shades of Pattens Blue #DFEDF2
Tints of Pattens Blue #DFEDF2
RGB
CMYK
RGB Variations
Color information
#DFEDF2 (or 0xDFEDF2) is known color: Pattens Blue. HEX triplet: DF, ED and F2. RGB value is (223,237,242). Sum of RGB (Red+Green+Blue) = 223+237+242=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFEDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDF2 is #20120D. Grayscale: #E9E9E9. Windows color (decimal): -2101774 or 15920607. OLE color: 15920607.
HSL color Cylindrical-coordinate representation of color #DFEDF2: hue angle of 195.79º 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 #DFEDF2 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 223 | 237 | 242 | - |
CMYK | 0.08 | 0.02 | 0 | 0.05 |
HSL | 195.79º | 0.42% | 0.91% | - |
HSV(B) | 195.79º | 0.08% | 0.95% | - |
XYZ | 76.74 | 82.67 | 95.92 | - |
YUV | 233.38 | 132.86 | 120.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 242 | 0.08 | 0.02 | 0 | 0.05 | 195.79 | 0.42 | 0.91 |
Hex | DF | ED | F2 | 8 | 2 | 0 | 5 | C4 | 2A | 5B |
Octal | 337 | 355 | 362 | 10 | 2 | 0 | 5 | 304 | 52 | 133 |
Binary | 11011111 | 11101101 | 11110010 | 1000 | 10 | 0 | 101 | 11000100 | 101010 | 1011011 |
Color Harmonies of #DFEDF2
Complementary color
Monochromatic Colors of #DFEDF2
Black with #DFEDF2
Text Example
Text Example
White with #DFEDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDF2; }
p { color: rgb(223,237,242); }
H1.HeaderClassName
{
color: #DFEDF2;
}
.AnyTagClassName
{
color: #DFEDF2;
}
</style>
background-color css
<style>
a { background-color: #DFEDF2; }
a { background-color: rgb(223,237,242); }
div.DivClassName
{
background-color: #DFEDF2;
}
.BgClassName
{
background-color: #DFEDF2;
}
</style>
border-color css
<style>
span { border-color: #DFEDF2; }
span { border-color: rgb(223,237,242); }
td.TdClassName
{
border-color: #DFEDF2;
}
.TagClassName
{
border-color: #DFEDF2;
}
</style>