Shades of Pattens Blue #D0EAFF
Tints of Pattens Blue #D0EAFF
RGB
CMYK
RGB Variations
Color information
#D0EAFF (or 0xD0EAFF) is known color: Pattens Blue. HEX triplet: D0, EA and FF. RGB value is (208,234,255). Sum of RGB (Red+Green+Blue) = 208+234+255=697 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.84% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EAFF is #2F1500. Grayscale: #E4E4E4. Windows color (decimal): -3085569 or 16771792. OLE color: 16771792.
HSL color Cylindrical-coordinate representation of color #D0EAFF: hue angle of 206.81º 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 #D0EAFF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 234 | 255 | - |
| CMYK | 0.18 | 0.08 | 0 | 0 |
| HSL | 206.81º | 1% | 0.91% | - |
| HSV(B) | 206.81º | 0.18% | 1% | - |
| XYZ | 73.49 | 79.48 | 106.08 | - |
| YUV | 228.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 255 | 0.18 | 0.08 | 0 | 0 | 206.81 | 1 | 0.91 |
| Hex | D0 | EA | FF | 12 | 8 | 0 | 0 | CF | 64 | 5B |
| Octal | 320 | 352 | 377 | 22 | 10 | 0 | 0 | 317 | 144 | 133 |
| Binary | 11010000 | 11101010 | 11111111 | 10010 | 1000 | 0 | 0 | 11001111 | 1100100 | 1011011 |
Color Harmonies of #D0EAFF
Complementary color
Monochromatic Colors of #D0EAFF
Black with #D0EAFF
Text Example
Text Example
White with #D0EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EAFF; }
p { color: rgb(208,234,255); }
H1.HeaderClassName
{
color: #D0EAFF;
}
.AnyTagClassName
{
color: #D0EAFF;
}
</style>
background-color css
<style>
a { background-color: #D0EAFF; }
a { background-color: rgb(208,234,255); }
div.DivClassName
{
background-color: #D0EAFF;
}
.BgClassName
{
background-color: #D0EAFF;
}
</style>
border-color css
<style>
span { border-color: #D0EAFF; }
span { border-color: rgb(208,234,255); }
td.TdClassName
{
border-color: #D0EAFF;
}
.TagClassName
{
border-color: #D0EAFF;
}
</style>