Shades of Pattens Blue #D2EBFB
Tints of Pattens Blue #D2EBFB
RGB
CMYK
RGB Variations
Color information
#D2EBFB (or 0xD2EBFB) is known color: Pattens Blue. HEX triplet: D2, EB and FB. RGB value is (210,235,251). Sum of RGB (Red+Green+Blue) = 210+235+251=696 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.17% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2EBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2EBFB is #2D1404. Grayscale: #E5E5E5. Windows color (decimal): -2954245 or 16509906. OLE color: 16509906.
HSL color Cylindrical-coordinate representation of color #D2EBFB: hue angle of 203.41º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2EBFB is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 235 | 251 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.02 |
| HSL | 203.41º | 0.84% | 0.9% | - |
| HSV(B) | 203.41º | 0.16% | 0.98% | - |
| XYZ | 73.7 | 80.08 | 102.84 | - |
| YUV | 229.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 251 | 0.16 | 0.06 | 0 | 0.02 | 203.41 | 0.84 | 0.9 |
| Hex | D2 | EB | FB | 10 | 6 | 0 | 2 | CB | 54 | 5A |
| Octal | 322 | 353 | 373 | 20 | 6 | 0 | 2 | 313 | 124 | 132 |
| Binary | 11010010 | 11101011 | 11111011 | 10000 | 110 | 0 | 10 | 11001011 | 1010100 | 1011010 |
Color Harmonies of #D2EBFB
Complementary color
Monochromatic Colors of #D2EBFB
Black with #D2EBFB
Text Example
Text Example
White with #D2EBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBFB; }
p { color: rgb(210,235,251); }
H1.HeaderClassName
{
color: #D2EBFB;
}
.AnyTagClassName
{
color: #D2EBFB;
}
</style>
background-color css
<style>
a { background-color: #D2EBFB; }
a { background-color: rgb(210,235,251); }
div.DivClassName
{
background-color: #D2EBFB;
}
.BgClassName
{
background-color: #D2EBFB;
}
</style>
border-color css
<style>
span { border-color: #D2EBFB; }
span { border-color: rgb(210,235,251); }
td.TdClassName
{
border-color: #D2EBFB;
}
.TagClassName
{
border-color: #D2EBFB;
}
</style>