Shades of Pattens Blue #DDEBF6
Tints of Pattens Blue #DDEBF6
RGB
CMYK
RGB Variations
Color information
#DDEBF6 (or 0xDDEBF6) is known color: Pattens Blue. HEX triplet: DD, EB and F6. RGB value is (221,235,246). Sum of RGB (Red+Green+Blue) = 221+235+246=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 246 (96.48% from 255 or 35.04% from 702); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDEBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBF6 is #221409. Grayscale: #E8E8E8. Windows color (decimal): -2233354 or 16182237. OLE color: 16182237.
HSL color Cylindrical-coordinate representation of color #DDEBF6: hue angle of 206.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEBF6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 235 | 246 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.04 |
| HSL | 206.4º | 0.58% | 0.92% | - |
| HSV(B) | 206.4º | 0.1% | 0.96% | - |
| XYZ | 76.16 | 81.44 | 98.89 | - |
| YUV | 232.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 235 | 246 | 0.10 | 0.04 | 0 | 0.04 | 206.4 | 0.58 | 0.92 |
| Hex | DD | EB | F6 | A | 4 | 0 | 4 | CE | 3A | 5C |
| Octal | 335 | 353 | 366 | 12 | 4 | 0 | 4 | 316 | 72 | 134 |
| Binary | 11011101 | 11101011 | 11110110 | 1010 | 100 | 0 | 100 | 11001110 | 111010 | 1011100 |
Color Harmonies of #DDEBF6
Complementary color
Monochromatic Colors of #DDEBF6
Black with #DDEBF6
Text Example
Text Example
White with #DDEBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEBF6; }
p { color: rgb(221,235,246); }
H1.HeaderClassName
{
color: #DDEBF6;
}
.AnyTagClassName
{
color: #DDEBF6;
}
</style>
background-color css
<style>
a { background-color: #DDEBF6; }
a { background-color: rgb(221,235,246); }
div.DivClassName
{
background-color: #DDEBF6;
}
.BgClassName
{
background-color: #DDEBF6;
}
</style>
border-color css
<style>
span { border-color: #DDEBF6; }
span { border-color: rgb(221,235,246); }
td.TdClassName
{
border-color: #DDEBF6;
}
.TagClassName
{
border-color: #DDEBF6;
}
</style>