Shades of Pattens Blue #D6EDF2
Tints of Pattens Blue #D6EDF2
RGB
CMYK
RGB Variations
Color information
#D6EDF2 (or 0xD6EDF2) is known color: Pattens Blue. HEX triplet: D6, ED and F2. RGB value is (214,237,242). Sum of RGB (Red+Green+Blue) = 214+237+242=693 (91% of max value = 765). Red value is 214 (83.98% from 255 or 30.88% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6EDF2 is #29120D. Grayscale: #E6E6E6. Windows color (decimal): -2691598 or 15920598. OLE color: 15920598.
HSL color Cylindrical-coordinate representation of color #D6EDF2: hue angle of 190.71º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6EDF2 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 237 | 242 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.05 |
| HSL | 190.71º | 0.52% | 0.89% | - |
| HSV(B) | 190.71º | 0.12% | 0.95% | - |
| XYZ | 74.04 | 81.28 | 95.79 | - |
| YUV | 230.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 237 | 242 | 0.12 | 0.02 | 0 | 0.05 | 190.71 | 0.52 | 0.89 |
| Hex | D6 | ED | F2 | C | 2 | 0 | 5 | BF | 34 | 59 |
| Octal | 326 | 355 | 362 | 14 | 2 | 0 | 5 | 277 | 64 | 131 |
| Binary | 11010110 | 11101101 | 11110010 | 1100 | 10 | 0 | 101 | 10111111 | 110100 | 1011001 |
Color Harmonies of #D6EDF2
Complementary color
Monochromatic Colors of #D6EDF2
Black with #D6EDF2
Text Example
Text Example
White with #D6EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EDF2; }
p { color: rgb(214,237,242); }
H1.HeaderClassName
{
color: #D6EDF2;
}
.AnyTagClassName
{
color: #D6EDF2;
}
</style>
background-color css
<style>
a { background-color: #D6EDF2; }
a { background-color: rgb(214,237,242); }
div.DivClassName
{
background-color: #D6EDF2;
}
.BgClassName
{
background-color: #D6EDF2;
}
</style>
border-color css
<style>
span { border-color: #D6EDF2; }
span { border-color: rgb(214,237,242); }
td.TdClassName
{
border-color: #D6EDF2;
}
.TagClassName
{
border-color: #D6EDF2;
}
</style>