Shades of Pattens Blue #D0EEFE
Tints of Pattens Blue #D0EEFE
RGB
CMYK
RGB Variations
Color information
#D0EEFE (or 0xD0EEFE) is known color: Pattens Blue. HEX triplet: D0, EE and FE. RGB value is (208,238,254). Sum of RGB (Red+Green+Blue) = 208+238+254=700 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.71% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEFE is #2F1101. Grayscale: #E6E6E6. Windows color (decimal): -3084546 or 16707280. OLE color: 16707280.
HSL color Cylindrical-coordinate representation of color #D0EEFE: hue angle of 200.87º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0EEFE is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 238 | 254 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.00 |
| HSL | 200.87º | 0.96% | 0.91% | - |
| HSV(B) | 200.87º | 0.18% | 1% | - |
| XYZ | 74.48 | 81.71 | 105.61 | - |
| YUV | 230.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 254 | 0.18 | 0.06 | 0 | 0.00 | 200.87 | 0.96 | 0.91 |
| Hex | D0 | EE | FE | 12 | 6 | 0 | 0 | C9 | 60 | 5B |
| Octal | 320 | 356 | 376 | 22 | 6 | 0 | 0 | 311 | 140 | 133 |
| Binary | 11010000 | 11101110 | 11111110 | 10010 | 110 | 0 | 0 | 11001001 | 1100000 | 1011011 |
Color Harmonies of #D0EEFE
Complementary color
Monochromatic Colors of #D0EEFE
Black with #D0EEFE
Text Example
Text Example
White with #D0EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEFE; }
p { color: rgb(208,238,254); }
H1.HeaderClassName
{
color: #D0EEFE;
}
.AnyTagClassName
{
color: #D0EEFE;
}
</style>
background-color css
<style>
a { background-color: #D0EEFE; }
a { background-color: rgb(208,238,254); }
div.DivClassName
{
background-color: #D0EEFE;
}
.BgClassName
{
background-color: #D0EEFE;
}
</style>
border-color css
<style>
span { border-color: #D0EEFE; }
span { border-color: rgb(208,238,254); }
td.TdClassName
{
border-color: #D0EEFE;
}
.TagClassName
{
border-color: #D0EEFE;
}
</style>