Shades of Pattens Blue #D0DEED
Tints of Pattens Blue #D0DEED
RGB
CMYK
RGB Variations
Color information
#D0DEED (or 0xD0DEED) is known color: Pattens Blue. HEX triplet: D0, DE and ED. RGB value is (208,222,237). Sum of RGB (Red+Green+Blue) = 208+222+237=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0DEED is #2F2112. Grayscale: #DBDBDB. Windows color (decimal): -3088659 or 15589072. OLE color: 15589072.
HSL color Cylindrical-coordinate representation of color #D0DEED: hue angle of 211.03º degrees, saturation: 0.45, 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 #D0DEED is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 222 | 237 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.07 |
| HSL | 211.03º | 0.45% | 0.87% | - |
| HSV(B) | 211.03º | 0.12% | 0.93% | - |
| XYZ | 67.42 | 71.77 | 90.42 | - |
| YUV | 219.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 237 | 0.12 | 0.06 | 0 | 0.07 | 211.03 | 0.45 | 0.87 |
| Hex | D0 | DE | ED | C | 6 | 0 | 7 | D3 | 2D | 57 |
| Octal | 320 | 336 | 355 | 14 | 6 | 0 | 7 | 323 | 55 | 127 |
| Binary | 11010000 | 11011110 | 11101101 | 1100 | 110 | 0 | 111 | 11010011 | 101101 | 1010111 |
Color Harmonies of #D0DEED
Complementary color
Monochromatic Colors of #D0DEED
Black with #D0DEED
Text Example
Text Example
White with #D0DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEED; }
p { color: rgb(208,222,237); }
H1.HeaderClassName
{
color: #D0DEED;
}
.AnyTagClassName
{
color: #D0DEED;
}
</style>
background-color css
<style>
a { background-color: #D0DEED; }
a { background-color: rgb(208,222,237); }
div.DivClassName
{
background-color: #D0DEED;
}
.BgClassName
{
background-color: #D0DEED;
}
</style>
border-color css
<style>
span { border-color: #D0DEED; }
span { border-color: rgb(208,222,237); }
td.TdClassName
{
border-color: #D0DEED;
}
.TagClassName
{
border-color: #D0DEED;
}
</style>