Shades of Pattens Blue #CDDCE9
Tints of Pattens Blue #CDDCE9
RGB
CMYK
RGB Variations
Color information
#CDDCE9 (or 0xCDDCE9) is known color: Pattens Blue. HEX triplet: CD, DC and E9. RGB value is (205,220,233). Sum of RGB (Red+Green+Blue) = 205+220+233=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 233 (91.41% from 255 or 35.41% from 658); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCE9 is #322316. Grayscale: #D8D8D8. Windows color (decimal): -3285783 or 15326413. OLE color: 15326413.
HSL color Cylindrical-coordinate representation of color #CDDCE9: hue angle of 207.86º 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 #CDDCE9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 220 | 233 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.09 |
| HSL | 207.86º | 0.39% | 0.86% | - |
| HSV(B) | 207.86º | 0.12% | 0.91% | - |
| XYZ | 65.48 | 70.05 | 87.16 | - |
| YUV | 217 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 233 | 0.12 | 0.06 | 0 | 0.09 | 207.86 | 0.39 | 0.86 |
| Hex | CD | DC | E9 | C | 6 | 0 | 9 | D0 | 27 | 56 |
| Octal | 315 | 334 | 351 | 14 | 6 | 0 | 11 | 320 | 47 | 126 |
| Binary | 11001101 | 11011100 | 11101001 | 1100 | 110 | 0 | 1001 | 11010000 | 100111 | 1010110 |
Color Harmonies of #CDDCE9
Complementary color
Monochromatic Colors of #CDDCE9
Black with #CDDCE9
Text Example
Text Example
White with #CDDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCE9; }
p { color: rgb(205,220,233); }
H1.HeaderClassName
{
color: #CDDCE9;
}
.AnyTagClassName
{
color: #CDDCE9;
}
</style>
background-color css
<style>
a { background-color: #CDDCE9; }
a { background-color: rgb(205,220,233); }
div.DivClassName
{
background-color: #CDDCE9;
}
.BgClassName
{
background-color: #CDDCE9;
}
</style>
border-color css
<style>
span { border-color: #CDDCE9; }
span { border-color: rgb(205,220,233); }
td.TdClassName
{
border-color: #CDDCE9;
}
.TagClassName
{
border-color: #CDDCE9;
}
</style>