Shades of Pattens Blue #D2EAFC
Tints of Pattens Blue #D2EAFC
RGB
CMYK
RGB Variations
Color information
#D2EAFC (or 0xD2EAFC) is known color: Pattens Blue. HEX triplet: D2, EA and FC. RGB value is (210,234,252). Sum of RGB (Red+Green+Blue) = 210+234+252=696 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.17% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2EAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EAFC is #2D1503. Grayscale: #E4E4E4. Windows color (decimal): -2954500 or 16575186. OLE color: 16575186.
HSL color Cylindrical-coordinate representation of color #D2EAFC: hue angle of 205.71º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2EAFC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 234 | 252 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.01 |
| HSL | 205.71º | 0.88% | 0.91% | - |
| HSV(B) | 205.71º | 0.17% | 0.99% | - |
| XYZ | 73.57 | 79.58 | 103.58 | - |
| YUV | 228.88 | 141.05 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 252 | 0.17 | 0.07 | 0 | 0.01 | 205.71 | 0.88 | 0.91 |
| Hex | D2 | EA | FC | 11 | 7 | 0 | 1 | CE | 58 | 5B |
| Octal | 322 | 352 | 374 | 21 | 7 | 0 | 1 | 316 | 130 | 133 |
| Binary | 11010010 | 11101010 | 11111100 | 10001 | 111 | 0 | 1 | 11001110 | 1011000 | 1011011 |
Color Harmonies of #D2EAFC
Complementary color
Monochromatic Colors of #D2EAFC
Black with #D2EAFC
Text Example
Text Example
White with #D2EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EAFC; }
p { color: rgb(210,234,252); }
H1.HeaderClassName
{
color: #D2EAFC;
}
.AnyTagClassName
{
color: #D2EAFC;
}
</style>
background-color css
<style>
a { background-color: #D2EAFC; }
a { background-color: rgb(210,234,252); }
div.DivClassName
{
background-color: #D2EAFC;
}
.BgClassName
{
background-color: #D2EAFC;
}
</style>
border-color css
<style>
span { border-color: #D2EAFC; }
span { border-color: rgb(210,234,252); }
td.TdClassName
{
border-color: #D2EAFC;
}
.TagClassName
{
border-color: #D2EAFC;
}
</style>