Shades of Pattens Blue #D3EEFE
Tints of Pattens Blue #D3EEFE
RGB
CMYK
RGB Variations
Color information
#D3EEFE (or 0xD3EEFE) is known color: Pattens Blue. HEX triplet: D3, EE and FE. RGB value is (211,238,254). Sum of RGB (Red+Green+Blue) = 211+238+254=703 (93% of max value = 765). Red value is 211 (82.81% from 255 or 30.01% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3EEFE is #2C1101. Grayscale: #E7E7E7. Windows color (decimal): -2887938 or 16707283. OLE color: 16707283.
HSL color Cylindrical-coordinate representation of color #D3EEFE: hue angle of 202.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3EEFE is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 238 | 254 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.00 |
| HSL | 202.33º | 0.96% | 0.91% | - |
| HSV(B) | 202.33º | 0.17% | 1% | - |
| XYZ | 75.33 | 82.15 | 105.65 | - |
| YUV | 231.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 254 | 0.17 | 0.06 | 0 | 0.00 | 202.33 | 0.96 | 0.91 |
| Hex | D3 | EE | FE | 11 | 6 | 0 | 0 | CA | 60 | 5B |
| Octal | 323 | 356 | 376 | 21 | 6 | 0 | 0 | 312 | 140 | 133 |
| Binary | 11010011 | 11101110 | 11111110 | 10001 | 110 | 0 | 0 | 11001010 | 1100000 | 1011011 |
Color Harmonies of #D3EEFE
Complementary color
Monochromatic Colors of #D3EEFE
Black with #D3EEFE
Text Example
Text Example
White with #D3EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EEFE; }
p { color: rgb(211,238,254); }
H1.HeaderClassName
{
color: #D3EEFE;
}
.AnyTagClassName
{
color: #D3EEFE;
}
</style>
background-color css
<style>
a { background-color: #D3EEFE; }
a { background-color: rgb(211,238,254); }
div.DivClassName
{
background-color: #D3EEFE;
}
.BgClassName
{
background-color: #D3EEFE;
}
</style>
border-color css
<style>
span { border-color: #D3EEFE; }
span { border-color: rgb(211,238,254); }
td.TdClassName
{
border-color: #D3EEFE;
}
.TagClassName
{
border-color: #D3EEFE;
}
</style>