Shades of Pattens Blue #DCE9F0
Tints of Pattens Blue #DCE9F0
RGB
CMYK
RGB Variations
Color information
#DCE9F0 (or 0xDCE9F0) is known color: Pattens Blue. HEX triplet: DC, E9 and F0. RGB value is (220,233,240). Sum of RGB (Red+Green+Blue) = 220+233+240=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCE9F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9F0 is #23160F. Grayscale: #E5E5E5. Windows color (decimal): -2299408 or 15788508. OLE color: 15788508.
HSL color Cylindrical-coordinate representation of color #DCE9F0: hue angle of 201º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE9F0 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 233 | 240 | - |
CMYK | 0.08 | 0.03 | 0 | 0.06 |
HSL | 201º | 0.4% | 0.9% | - |
HSV(B) | 201º | 0.08% | 0.94% | - |
XYZ | 74.38 | 79.78 | 93.92 | - |
YUV | 229.91 | 133.69 | 120.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 233 | 240 | 0.08 | 0.03 | 0 | 0.06 | 201 | 0.4 | 0.9 |
Hex | DC | E9 | F0 | 8 | 3 | 0 | 6 | C9 | 28 | 5A |
Octal | 334 | 351 | 360 | 10 | 3 | 0 | 6 | 311 | 50 | 132 |
Binary | 11011100 | 11101001 | 11110000 | 1000 | 11 | 0 | 110 | 11001001 | 101000 | 1011010 |
Color Harmonies of #DCE9F0
Complementary color
Monochromatic Colors of #DCE9F0
Black with #DCE9F0
Text Example
Text Example
White with #DCE9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9F0; }
p { color: rgb(220,233,240); }
H1.HeaderClassName
{
color: #DCE9F0;
}
.AnyTagClassName
{
color: #DCE9F0;
}
</style>
background-color css
<style>
a { background-color: #DCE9F0; }
a { background-color: rgb(220,233,240); }
div.DivClassName
{
background-color: #DCE9F0;
}
.BgClassName
{
background-color: #DCE9F0;
}
</style>
border-color css
<style>
span { border-color: #DCE9F0; }
span { border-color: rgb(220,233,240); }
td.TdClassName
{
border-color: #DCE9F0;
}
.TagClassName
{
border-color: #DCE9F0;
}
</style>