Shades of Pattens Blue #D0E0E9
Tints of Pattens Blue #D0E0E9
RGB
CMYK
RGB Variations
Color information
#D0E0E9 (or 0xD0E0E9) is known color: Pattens Blue. HEX triplet: D0, E0 and E9. RGB value is (208,224,233). Sum of RGB (Red+Green+Blue) = 208+224+233=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0E0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0E0E9 is #2F1F16. Grayscale: #DCDCDC. Windows color (decimal): -3088151 or 15327440. OLE color: 15327440.
HSL color Cylindrical-coordinate representation of color #D0E0E9: hue angle of 201.6º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E0E9 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 224 | 233 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.09 |
| HSL | 201.6º | 0.36% | 0.86% | - |
| HSV(B) | 201.6º | 0.11% | 0.91% | - |
| XYZ | 67.38 | 72.6 | 87.55 | - |
| YUV | 220.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 233 | 0.11 | 0.04 | 0 | 0.09 | 201.6 | 0.36 | 0.86 |
| Hex | D0 | E0 | E9 | B | 4 | 0 | 9 | CA | 24 | 56 |
| Octal | 320 | 340 | 351 | 13 | 4 | 0 | 11 | 312 | 44 | 126 |
| Binary | 11010000 | 11100000 | 11101001 | 1011 | 100 | 0 | 1001 | 11001010 | 100100 | 1010110 |
Color Harmonies of #D0E0E9
Complementary color
Monochromatic Colors of #D0E0E9
Black with #D0E0E9
Text Example
Text Example
White with #D0E0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E0E9; }
p { color: rgb(208,224,233); }
H1.HeaderClassName
{
color: #D0E0E9;
}
.AnyTagClassName
{
color: #D0E0E9;
}
</style>
background-color css
<style>
a { background-color: #D0E0E9; }
a { background-color: rgb(208,224,233); }
div.DivClassName
{
background-color: #D0E0E9;
}
.BgClassName
{
background-color: #D0E0E9;
}
</style>
border-color css
<style>
span { border-color: #D0E0E9; }
span { border-color: rgb(208,224,233); }
td.TdClassName
{
border-color: #D0E0E9;
}
.TagClassName
{
border-color: #D0E0E9;
}
</style>