Shades of Pattens Blue #DEDFE0
Tints of Pattens Blue #DEDFE0
RGB
CMYK
RGB Variations
Color information
#DEDFE0 (or 0xDEDFE0) is known color: Pattens Blue. HEX triplet: DE, DF and E0. RGB value is (222,223,224). Sum of RGB (Red+Green+Blue) = 222+223+224=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEDFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFE0 is #21201F. Grayscale: #DEDEDE. Windows color (decimal): -2170912 or 14737374. OLE color: 14737374.
HSL color Cylindrical-coordinate representation of color #DEDFE0: hue angle of 210º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DEDFE0 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 222 | 223 | 224 | - |
CMYK | 0.01 | 0.00 | 0 | 0.12 |
HSL | 210º | 0.03% | 0.87% | - |
HSV(B) | 210º | 0.01% | 0.88% | - |
XYZ | 69.97 | 73.69 | 81.06 | - |
YUV | 222.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 224 | 0.01 | 0.00 | 0 | 0.12 | 210 | 0.03 | 0.87 |
Hex | DE | DF | E0 | 1 | 0 | 0 | C | D2 | 3 | 57 |
Octal | 336 | 337 | 340 | 1 | 0 | 0 | 14 | 322 | 3 | 127 |
Binary | 11011110 | 11011111 | 11100000 | 1 | 0 | 0 | 1100 | 11010010 | 11 | 1010111 |
Color Harmonies of #DEDFE0
Complementary color
Monochromatic Colors of #DEDFE0
Black with #DEDFE0
Text Example
Text Example
White with #DEDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFE0; }
p { color: rgb(222,223,224); }
H1.HeaderClassName
{
color: #DEDFE0;
}
.AnyTagClassName
{
color: #DEDFE0;
}
</style>
background-color css
<style>
a { background-color: #DEDFE0; }
a { background-color: rgb(222,223,224); }
div.DivClassName
{
background-color: #DEDFE0;
}
.BgClassName
{
background-color: #DEDFE0;
}
</style>
border-color css
<style>
span { border-color: #DEDFE0; }
span { border-color: rgb(222,223,224); }
td.TdClassName
{
border-color: #DEDFE0;
}
.TagClassName
{
border-color: #DEDFE0;
}
</style>