Shades of Pattens Blue #DCE9F3
Tints of Pattens Blue #DCE9F3
RGB
CMYK
RGB Variations
Color information
#DCE9F3 (or 0xDCE9F3) is known color: Pattens Blue. HEX triplet: DC, E9 and F3. RGB value is (220,233,243). Sum of RGB (Red+Green+Blue) = 220+233+243=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 233 (91.41% from 255 or 33.48% from 696); Blue value is 243 (95.31% from 255 or 34.91% from 696); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCE9F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9F3 is #23160C. Grayscale: #E6E6E6. Windows color (decimal): -2299405 or 15985116. OLE color: 15985116.
HSL color Cylindrical-coordinate representation of color #DCE9F3: hue angle of 206.09º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE9F3 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 220 | 233 | 243 | - |
CMYK | 0.09 | 0.04 | 0 | 0.05 |
HSL | 206.09º | 0.49% | 0.91% | - |
HSV(B) | 206.09º | 0.09% | 0.95% | - |
XYZ | 74.83 | 79.96 | 96.28 | - |
YUV | 230.25 | 135.19 | 120.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 233 | 243 | 0.09 | 0.04 | 0 | 0.05 | 206.09 | 0.49 | 0.91 |
Hex | DC | E9 | F3 | 9 | 4 | 0 | 5 | CE | 31 | 5B |
Octal | 334 | 351 | 363 | 11 | 4 | 0 | 5 | 316 | 61 | 133 |
Binary | 11011100 | 11101001 | 11110011 | 1001 | 100 | 0 | 101 | 11001110 | 110001 | 1011011 |
Color Harmonies of #DCE9F3
Complementary color
Monochromatic Colors of #DCE9F3
Black with #DCE9F3
Text Example
Text Example
White with #DCE9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9F3; }
p { color: rgb(220,233,243); }
H1.HeaderClassName
{
color: #DCE9F3;
}
.AnyTagClassName
{
color: #DCE9F3;
}
</style>
background-color css
<style>
a { background-color: #DCE9F3; }
a { background-color: rgb(220,233,243); }
div.DivClassName
{
background-color: #DCE9F3;
}
.BgClassName
{
background-color: #DCE9F3;
}
</style>
border-color css
<style>
span { border-color: #DCE9F3; }
span { border-color: rgb(220,233,243); }
td.TdClassName
{
border-color: #DCE9F3;
}
.TagClassName
{
border-color: #DCE9F3;
}
</style>