Shades of Pattens Blue #D0E9FF
Tints of Pattens Blue #D0E9FF
RGB
CMYK
RGB Variations
Color information
#D0E9FF (or 0xD0E9FF) is known color: Pattens Blue. HEX triplet: D0, E9 and FF. RGB value is (208,233,255). Sum of RGB (Red+Green+Blue) = 208+233+255=696 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.89% from 696); Green value is 233 (91.41% from 255 or 33.48% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0E9FF is #2F1600. Grayscale: #E3E3E3. Windows color (decimal): -3085825 or 16771536. OLE color: 16771536.
HSL color Cylindrical-coordinate representation of color #D0E9FF: hue angle of 208.09º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0E9FF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 233 | 255 | - |
| CMYK | 0.18 | 0.09 | 0 | 0 |
| HSL | 208.09º | 1% | 0.91% | - |
| HSV(B) | 208.09º | 0.18% | 1% | - |
| XYZ | 73.2 | 78.91 | 105.98 | - |
| YUV | 228.03 | 143.22 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 255 | 0.18 | 0.09 | 0 | 0 | 208.09 | 1 | 0.91 |
| Hex | D0 | E9 | FF | 12 | 9 | 0 | 0 | D0 | 64 | 5B |
| Octal | 320 | 351 | 377 | 22 | 11 | 0 | 0 | 320 | 144 | 133 |
| Binary | 11010000 | 11101001 | 11111111 | 10010 | 1001 | 0 | 0 | 11010000 | 1100100 | 1011011 |
Color Harmonies of #D0E9FF
Complementary color
Monochromatic Colors of #D0E9FF
Black with #D0E9FF
Text Example
Text Example
White with #D0E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9FF; }
p { color: rgb(208,233,255); }
H1.HeaderClassName
{
color: #D0E9FF;
}
.AnyTagClassName
{
color: #D0E9FF;
}
</style>
background-color css
<style>
a { background-color: #D0E9FF; }
a { background-color: rgb(208,233,255); }
div.DivClassName
{
background-color: #D0E9FF;
}
.BgClassName
{
background-color: #D0E9FF;
}
</style>
border-color css
<style>
span { border-color: #D0E9FF; }
span { border-color: rgb(208,233,255); }
td.TdClassName
{
border-color: #D0E9FF;
}
.TagClassName
{
border-color: #D0E9FF;
}
</style>