Shades of Pattens Blue #CDDBE8
Tints of Pattens Blue #CDDBE8
RGB
CMYK
RGB Variations
Color information
#CDDBE8 (or 0xCDDBE8) is known color: Pattens Blue. HEX triplet: CD, DB and E8. RGB value is (205,219,232). Sum of RGB (Red+Green+Blue) = 205+219+232=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBE8 is #322417. Grayscale: #D8D8D8. Windows color (decimal): -3286040 or 15260621. OLE color: 15260621.
HSL color Cylindrical-coordinate representation of color #CDDBE8: hue angle of 208.89º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDBE8 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 219 | 232 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.09 |
| HSL | 208.89º | 0.37% | 0.86% | - |
| HSV(B) | 208.89º | 0.12% | 0.91% | - |
| XYZ | 65.07 | 69.47 | 86.32 | - |
| YUV | 216.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 232 | 0.12 | 0.06 | 0 | 0.09 | 208.89 | 0.37 | 0.86 |
| Hex | CD | DB | E8 | C | 6 | 0 | 9 | D1 | 25 | 56 |
| Octal | 315 | 333 | 350 | 14 | 6 | 0 | 11 | 321 | 45 | 126 |
| Binary | 11001101 | 11011011 | 11101000 | 1100 | 110 | 0 | 1001 | 11010001 | 100101 | 1010110 |
Color Harmonies of #CDDBE8
Complementary color
Monochromatic Colors of #CDDBE8
Black with #CDDBE8
Text Example
Text Example
White with #CDDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBE8; }
p { color: rgb(205,219,232); }
H1.HeaderClassName
{
color: #CDDBE8;
}
.AnyTagClassName
{
color: #CDDBE8;
}
</style>
background-color css
<style>
a { background-color: #CDDBE8; }
a { background-color: rgb(205,219,232); }
div.DivClassName
{
background-color: #CDDBE8;
}
.BgClassName
{
background-color: #CDDBE8;
}
</style>
border-color css
<style>
span { border-color: #CDDBE8; }
span { border-color: rgb(205,219,232); }
td.TdClassName
{
border-color: #CDDBE8;
}
.TagClassName
{
border-color: #CDDBE8;
}
</style>