Shades of Pattens Blue #D2EBFF
Tints of Pattens Blue #D2EBFF
RGB
CMYK
RGB Variations
Color information
#D2EBFF (or 0xD2EBFF) is known color: Pattens Blue. HEX triplet: D2, EB and FF. RGB value is (210,235,255). Sum of RGB (Red+Green+Blue) = 210+235+255=700 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBFF is #2D1400. Grayscale: #E5E5E5. Windows color (decimal): -2954241 or 16772050. OLE color: 16772050.
HSL color Cylindrical-coordinate representation of color #D2EBFF: hue angle of 206.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2EBFF is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 210 | 235 | 255 | - |
| CMYK | 0.18 | 0.08 | 0 | 0 |
| HSL | 206.67º | 1% | 0.91% | - |
| HSV(B) | 206.67º | 0.18% | 1% | - |
| XYZ | 74.34 | 80.34 | 106.2 | - |
| YUV | 229.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 255 | 0.18 | 0.08 | 0 | 0 | 206.67 | 1 | 0.91 |
| Hex | D2 | EB | FF | 12 | 8 | 0 | 0 | CF | 64 | 5B |
| Octal | 322 | 353 | 377 | 22 | 10 | 0 | 0 | 317 | 144 | 133 |
| Binary | 11010010 | 11101011 | 11111111 | 10010 | 1000 | 0 | 0 | 11001111 | 1100100 | 1011011 |
Color Harmonies of #D2EBFF
Complementary color
Monochromatic Colors of #D2EBFF
Black with #D2EBFF
Text Example
Text Example
White with #D2EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBFF; }
p { color: rgb(210,235,255); }
H1.HeaderClassName
{
color: #D2EBFF;
}
.AnyTagClassName
{
color: #D2EBFF;
}
</style>
background-color css
<style>
a { background-color: #D2EBFF; }
a { background-color: rgb(210,235,255); }
div.DivClassName
{
background-color: #D2EBFF;
}
.BgClassName
{
background-color: #D2EBFF;
}
</style>
border-color css
<style>
span { border-color: #D2EBFF; }
span { border-color: rgb(210,235,255); }
td.TdClassName
{
border-color: #D2EBFF;
}
.TagClassName
{
border-color: #D2EBFF;
}
</style>