Shades of Pattens Blue #CDDBE9
Tints of Pattens Blue #CDDBE9
RGB
CMYK
RGB Variations
Color information
#CDDBE9 (or 0xCDDBE9) is known color: Pattens Blue. HEX triplet: CD, DB and E9. RGB value is (205,219,233). Sum of RGB (Red+Green+Blue) = 205+219+233=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBE9 is #322416. Grayscale: #D8D8D8. Windows color (decimal): -3286039 or 15326157. OLE color: 15326157.
HSL color Cylindrical-coordinate representation of color #CDDBE9: hue angle of 210º degrees, saturation: 0.39, 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 #CDDBE9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 219 | 233 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.09 |
| HSL | 210º | 0.39% | 0.86% | - |
| HSV(B) | 210º | 0.12% | 0.91% | - |
| XYZ | 65.22 | 69.53 | 87.07 | - |
| YUV | 216.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 233 | 0.12 | 0.06 | 0 | 0.09 | 210 | 0.39 | 0.86 |
| Hex | CD | DB | E9 | C | 6 | 0 | 9 | D2 | 27 | 56 |
| Octal | 315 | 333 | 351 | 14 | 6 | 0 | 11 | 322 | 47 | 126 |
| Binary | 11001101 | 11011011 | 11101001 | 1100 | 110 | 0 | 1001 | 11010010 | 100111 | 1010110 |
Color Harmonies of #CDDBE9
Complementary color
Monochromatic Colors of #CDDBE9
Black with #CDDBE9
Text Example
Text Example
White with #CDDBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBE9; }
p { color: rgb(205,219,233); }
H1.HeaderClassName
{
color: #CDDBE9;
}
.AnyTagClassName
{
color: #CDDBE9;
}
</style>
background-color css
<style>
a { background-color: #CDDBE9; }
a { background-color: rgb(205,219,233); }
div.DivClassName
{
background-color: #CDDBE9;
}
.BgClassName
{
background-color: #CDDBE9;
}
</style>
border-color css
<style>
span { border-color: #CDDBE9; }
span { border-color: rgb(205,219,233); }
td.TdClassName
{
border-color: #CDDBE9;
}
.TagClassName
{
border-color: #CDDBE9;
}
</style>