Shades of Pattens Blue #D0EEFD
Tints of Pattens Blue #D0EEFD
RGB
CMYK
RGB Variations
Color information
#D0EEFD (or 0xD0EEFD) is known color: Pattens Blue. HEX triplet: D0, EE and FD. RGB value is (208,238,253). Sum of RGB (Red+Green+Blue) = 208+238+253=699 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.76% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 253 (99.22% from 255 or 36.19% from 699); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0EEFD is #2F1102. Grayscale: #E6E6E6. Windows color (decimal): -3084547 or 16641744. OLE color: 16641744.
HSL color Cylindrical-coordinate representation of color #D0EEFD: hue angle of 200º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0EEFD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 208 | 238 | 253 | - |
CMYK | 0.18 | 0.06 | 0 | 0.01 |
HSL | 200º | 0.92% | 0.9% | - |
HSV(B) | 200º | 0.18% | 0.99% | - |
XYZ | 74.32 | 81.65 | 104.77 | - |
YUV | 230.74 | 140.56 | 111.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 238 | 253 | 0.18 | 0.06 | 0 | 0.01 | 200 | 0.92 | 0.9 |
Hex | D0 | EE | FD | 12 | 6 | 0 | 1 | C8 | 5C | 5A |
Octal | 320 | 356 | 375 | 22 | 6 | 0 | 1 | 310 | 134 | 132 |
Binary | 11010000 | 11101110 | 11111101 | 10010 | 110 | 0 | 1 | 11001000 | 1011100 | 1011010 |
Color Harmonies of #D0EEFD
Complementary color
Monochromatic Colors of #D0EEFD
Black with #D0EEFD
Text Example
Text Example
White with #D0EEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEFD; }
p { color: rgb(208,238,253); }
H1.HeaderClassName
{
color: #D0EEFD;
}
.AnyTagClassName
{
color: #D0EEFD;
}
</style>
background-color css
<style>
a { background-color: #D0EEFD; }
a { background-color: rgb(208,238,253); }
div.DivClassName
{
background-color: #D0EEFD;
}
.BgClassName
{
background-color: #D0EEFD;
}
</style>
border-color css
<style>
span { border-color: #D0EEFD; }
span { border-color: rgb(208,238,253); }
td.TdClassName
{
border-color: #D0EEFD;
}
.TagClassName
{
border-color: #D0EEFD;
}
</style>