Shades of Pattens Blue #D3E2ED
Tints of Pattens Blue #D3E2ED
RGB
CMYK
RGB Variations
Color information
#D3E2ED (or 0xD3E2ED) is known color: Pattens Blue. HEX triplet: D3, E2 and ED. RGB value is (211,226,237). Sum of RGB (Red+Green+Blue) = 211+226+237=674 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.31% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3E2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3E2ED is #2C1D12. Grayscale: #DEDEDE. Windows color (decimal): -2891027 or 15590099. OLE color: 15590099.
HSL color Cylindrical-coordinate representation of color #D3E2ED: hue angle of 205.38º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3E2ED is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 226 | 237 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.07 |
| HSL | 205.38º | 0.42% | 0.88% | - |
| HSV(B) | 205.38º | 0.11% | 0.93% | - |
| XYZ | 69.35 | 74.36 | 90.82 | - |
| YUV | 222.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 237 | 0.11 | 0.05 | 0 | 0.07 | 205.38 | 0.42 | 0.88 |
| Hex | D3 | E2 | ED | B | 5 | 0 | 7 | CD | 2A | 58 |
| Octal | 323 | 342 | 355 | 13 | 5 | 0 | 7 | 315 | 52 | 130 |
| Binary | 11010011 | 11100010 | 11101101 | 1011 | 101 | 0 | 111 | 11001101 | 101010 | 1011000 |
Color Harmonies of #D3E2ED
Complementary color
Monochromatic Colors of #D3E2ED
Black with #D3E2ED
Text Example
Text Example
White with #D3E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E2ED; }
p { color: rgb(211,226,237); }
H1.HeaderClassName
{
color: #D3E2ED;
}
.AnyTagClassName
{
color: #D3E2ED;
}
</style>
background-color css
<style>
a { background-color: #D3E2ED; }
a { background-color: rgb(211,226,237); }
div.DivClassName
{
background-color: #D3E2ED;
}
.BgClassName
{
background-color: #D3E2ED;
}
</style>
border-color css
<style>
span { border-color: #D3E2ED; }
span { border-color: rgb(211,226,237); }
td.TdClassName
{
border-color: #D3E2ED;
}
.TagClassName
{
border-color: #D3E2ED;
}
</style>