Shades of Pattens Blue #D2EBFD
Tints of Pattens Blue #D2EBFD
RGB
CMYK
RGB Variations
Color information
#D2EBFD (or 0xD2EBFD) is known color: Pattens Blue. HEX triplet: D2, EB and FD. RGB value is (210,235,253). Sum of RGB (Red+Green+Blue) = 210+235+253=698 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.09% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2EBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBFD is #2D1402. Grayscale: #E5E5E5. Windows color (decimal): -2954243 or 16640978. OLE color: 16640978.
HSL color Cylindrical-coordinate representation of color #D2EBFD: hue angle of 205.12º degrees, saturation: 0.91, 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 #D2EBFD is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 235 | 253 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.01 |
| HSL | 205.12º | 0.91% | 0.91% | - |
| HSV(B) | 205.12º | 0.17% | 0.99% | - |
| XYZ | 74.02 | 80.21 | 104.51 | - |
| YUV | 229.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 253 | 0.17 | 0.07 | 0 | 0.01 | 205.12 | 0.91 | 0.91 |
| Hex | D2 | EB | FD | 11 | 7 | 0 | 1 | CD | 5B | 5B |
| Octal | 322 | 353 | 375 | 21 | 7 | 0 | 1 | 315 | 133 | 133 |
| Binary | 11010010 | 11101011 | 11111101 | 10001 | 111 | 0 | 1 | 11001101 | 1011011 | 1011011 |
Color Harmonies of #D2EBFD
Complementary color
Monochromatic Colors of #D2EBFD
Black with #D2EBFD
Text Example
Text Example
White with #D2EBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBFD; }
p { color: rgb(210,235,253); }
H1.HeaderClassName
{
color: #D2EBFD;
}
.AnyTagClassName
{
color: #D2EBFD;
}
</style>
background-color css
<style>
a { background-color: #D2EBFD; }
a { background-color: rgb(210,235,253); }
div.DivClassName
{
background-color: #D2EBFD;
}
.BgClassName
{
background-color: #D2EBFD;
}
</style>
border-color css
<style>
span { border-color: #D2EBFD; }
span { border-color: rgb(210,235,253); }
td.TdClassName
{
border-color: #D2EBFD;
}
.TagClassName
{
border-color: #D2EBFD;
}
</style>