Shades of Pattens Blue #CDDBE1
Tints of Pattens Blue #CDDBE1
RGB
CMYK
RGB Variations
Color information
#CDDBE1 (or 0xCDDBE1) is known color: Pattens Blue. HEX triplet: CD, DB and E1. RGB value is (205,219,225). Sum of RGB (Red+Green+Blue) = 205+219+225=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBE1 is #32241E. Grayscale: #D7D7D7. Windows color (decimal): -3286047 or 14801869. OLE color: 14801869.
HSL color Cylindrical-coordinate representation of color #CDDBE1: hue angle of 198º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDBE1 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 219 | 225 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.12 |
| HSL | 198º | 0.25% | 0.84% | - |
| HSV(B) | 198º | 0.09% | 0.88% | - |
| XYZ | 64.1 | 69.08 | 81.19 | - |
| YUV | 215.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 225 | 0.09 | 0.03 | 0 | 0.12 | 198 | 0.25 | 0.84 |
| Hex | CD | DB | E1 | 9 | 3 | 0 | C | C6 | 19 | 54 |
| Octal | 315 | 333 | 341 | 11 | 3 | 0 | 14 | 306 | 31 | 124 |
| Binary | 11001101 | 11011011 | 11100001 | 1001 | 11 | 0 | 1100 | 11000110 | 11001 | 1010100 |
Color Harmonies of #CDDBE1
Complementary color
Monochromatic Colors of #CDDBE1
Black with #CDDBE1
Text Example
Text Example
White with #CDDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBE1; }
p { color: rgb(205,219,225); }
H1.HeaderClassName
{
color: #CDDBE1;
}
.AnyTagClassName
{
color: #CDDBE1;
}
</style>
background-color css
<style>
a { background-color: #CDDBE1; }
a { background-color: rgb(205,219,225); }
div.DivClassName
{
background-color: #CDDBE1;
}
.BgClassName
{
background-color: #CDDBE1;
}
</style>
border-color css
<style>
span { border-color: #CDDBE1; }
span { border-color: rgb(205,219,225); }
td.TdClassName
{
border-color: #CDDBE1;
}
.TagClassName
{
border-color: #CDDBE1;
}
</style>