Shades of Pattens Blue #D0DEEC
Tints of Pattens Blue #D0DEEC
RGB
CMYK
RGB Variations
Color information
#D0DEEC (or 0xD0DEEC) is known color: Pattens Blue. HEX triplet: D0, DE and EC. RGB value is (208,222,236). Sum of RGB (Red+Green+Blue) = 208+222+236=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEEC is #2F2113. Grayscale: #DBDBDB. Windows color (decimal): -3088660 or 15523536. OLE color: 15523536.
HSL color Cylindrical-coordinate representation of color #D0DEEC: hue angle of 210º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0DEEC is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 222 | 236 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.07 |
| HSL | 210º | 0.42% | 0.87% | - |
| HSV(B) | 210º | 0.12% | 0.93% | - |
| XYZ | 67.27 | 71.71 | 89.65 | - |
| YUV | 219.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 236 | 0.12 | 0.06 | 0 | 0.07 | 210 | 0.42 | 0.87 |
| Hex | D0 | DE | EC | C | 6 | 0 | 7 | D2 | 2A | 57 |
| Octal | 320 | 336 | 354 | 14 | 6 | 0 | 7 | 322 | 52 | 127 |
| Binary | 11010000 | 11011110 | 11101100 | 1100 | 110 | 0 | 111 | 11010010 | 101010 | 1010111 |
Color Harmonies of #D0DEEC
Complementary color
Monochromatic Colors of #D0DEEC
Black with #D0DEEC
Text Example
Text Example
White with #D0DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEEC; }
p { color: rgb(208,222,236); }
H1.HeaderClassName
{
color: #D0DEEC;
}
.AnyTagClassName
{
color: #D0DEEC;
}
</style>
background-color css
<style>
a { background-color: #D0DEEC; }
a { background-color: rgb(208,222,236); }
div.DivClassName
{
background-color: #D0DEEC;
}
.BgClassName
{
background-color: #D0DEEC;
}
</style>
border-color css
<style>
span { border-color: #D0DEEC; }
span { border-color: rgb(208,222,236); }
td.TdClassName
{
border-color: #D0DEEC;
}
.TagClassName
{
border-color: #D0DEEC;
}
</style>