Shades of Pattens Blue #D2EDFE
Tints of Pattens Blue #D2EDFE
RGB
CMYK
RGB Variations
Color information
#D2EDFE (or 0xD2EDFE) is known color: Pattens Blue. HEX triplet: D2, ED and FE. RGB value is (210,237,254). Sum of RGB (Red+Green+Blue) = 210+237+254=701 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.96% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2EDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EDFE is #2D1201. Grayscale: #E6E6E6. Windows color (decimal): -2953730 or 16707026. OLE color: 16707026.
HSL color Cylindrical-coordinate representation of color #D2EDFE: hue angle of 203.18º 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 #D2EDFE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 237 | 254 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.00 |
| HSL | 203.18º | 0.96% | 0.91% | - |
| HSV(B) | 203.18º | 0.17% | 1% | - |
| XYZ | 74.75 | 81.43 | 105.54 | - |
| YUV | 230.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 254 | 0.17 | 0.07 | 0 | 0.00 | 203.18 | 0.96 | 0.91 |
| Hex | D2 | ED | FE | 11 | 7 | 0 | 0 | CB | 60 | 5B |
| Octal | 322 | 355 | 376 | 21 | 7 | 0 | 0 | 313 | 140 | 133 |
| Binary | 11010010 | 11101101 | 11111110 | 10001 | 111 | 0 | 0 | 11001011 | 1100000 | 1011011 |
Color Harmonies of #D2EDFE
Complementary color
Monochromatic Colors of #D2EDFE
Black with #D2EDFE
Text Example
Text Example
White with #D2EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDFE; }
p { color: rgb(210,237,254); }
H1.HeaderClassName
{
color: #D2EDFE;
}
.AnyTagClassName
{
color: #D2EDFE;
}
</style>
background-color css
<style>
a { background-color: #D2EDFE; }
a { background-color: rgb(210,237,254); }
div.DivClassName
{
background-color: #D2EDFE;
}
.BgClassName
{
background-color: #D2EDFE;
}
</style>
border-color css
<style>
span { border-color: #D2EDFE; }
span { border-color: rgb(210,237,254); }
td.TdClassName
{
border-color: #D2EDFE;
}
.TagClassName
{
border-color: #D2EDFE;
}
</style>