Shades of Pattens Blue #D7E2ED
Tints of Pattens Blue #D7E2ED
RGB
CMYK
RGB Variations
Color information
#D7E2ED (or 0xD7E2ED) is known color: Pattens Blue. HEX triplet: D7, E2 and ED. RGB value is (215,226,237). Sum of RGB (Red+Green+Blue) = 215+226+237=678 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.71% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7E2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7E2ED is #281D12. Grayscale: #DFDFDF. Windows color (decimal): -2628883 or 15590103. OLE color: 15590103.
HSL color Cylindrical-coordinate representation of color #D7E2ED: hue angle of 210º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7E2ED is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 215 | 226 | 237 | - |
CMYK | 0.09 | 0.05 | 0 | 0.07 |
HSL | 210º | 0.38% | 0.89% | - |
HSV(B) | 210º | 0.09% | 0.93% | - |
XYZ | 70.51 | 74.95 | 90.87 | - |
YUV | 223.97 | 135.36 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 226 | 237 | 0.09 | 0.05 | 0 | 0.07 | 210 | 0.38 | 0.89 |
Hex | D7 | E2 | ED | 9 | 5 | 0 | 7 | D2 | 26 | 59 |
Octal | 327 | 342 | 355 | 11 | 5 | 0 | 7 | 322 | 46 | 131 |
Binary | 11010111 | 11100010 | 11101101 | 1001 | 101 | 0 | 111 | 11010010 | 100110 | 1011001 |
Color Harmonies of #D7E2ED
Complementary color
Monochromatic Colors of #D7E2ED
Black with #D7E2ED
Text Example
Text Example
White with #D7E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E2ED; }
p { color: rgb(215,226,237); }
H1.HeaderClassName
{
color: #D7E2ED;
}
.AnyTagClassName
{
color: #D7E2ED;
}
</style>
background-color css
<style>
a { background-color: #D7E2ED; }
a { background-color: rgb(215,226,237); }
div.DivClassName
{
background-color: #D7E2ED;
}
.BgClassName
{
background-color: #D7E2ED;
}
</style>
border-color css
<style>
span { border-color: #D7E2ED; }
span { border-color: rgb(215,226,237); }
td.TdClassName
{
border-color: #D7E2ED;
}
.TagClassName
{
border-color: #D7E2ED;
}
</style>