Shades of Pattens Blue #CDDCE6
Tints of Pattens Blue #CDDCE6
RGB
CMYK
RGB Variations
Color information
#CDDCE6 (or 0xCDDCE6) is known color: Pattens Blue. HEX triplet: CD, DC and E6. RGB value is (205,220,230). Sum of RGB (Red+Green+Blue) = 205+220+230=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCE6 is #322319. Grayscale: #D8D8D8. Windows color (decimal): -3285786 or 15129805. OLE color: 15129805.
HSL color Cylindrical-coordinate representation of color #CDDCE6: hue angle of 204º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDDCE6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 220 | 230 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.10 |
| HSL | 204º | 0.33% | 0.85% | - |
| HSV(B) | 204º | 0.11% | 0.9% | - |
| XYZ | 65.05 | 69.88 | 84.92 | - |
| YUV | 216.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 230 | 0.11 | 0.04 | 0 | 0.10 | 204 | 0.33 | 0.85 |
| Hex | CD | DC | E6 | B | 4 | 0 | A | CC | 21 | 55 |
| Octal | 315 | 334 | 346 | 13 | 4 | 0 | 12 | 314 | 41 | 125 |
| Binary | 11001101 | 11011100 | 11100110 | 1011 | 100 | 0 | 1010 | 11001100 | 100001 | 1010101 |
Color Harmonies of #CDDCE6
Complementary color
Monochromatic Colors of #CDDCE6
Black with #CDDCE6
Text Example
Text Example
White with #CDDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCE6; }
p { color: rgb(205,220,230); }
H1.HeaderClassName
{
color: #CDDCE6;
}
.AnyTagClassName
{
color: #CDDCE6;
}
</style>
background-color css
<style>
a { background-color: #CDDCE6; }
a { background-color: rgb(205,220,230); }
div.DivClassName
{
background-color: #CDDCE6;
}
.BgClassName
{
background-color: #CDDCE6;
}
</style>
border-color css
<style>
span { border-color: #CDDCE6; }
span { border-color: rgb(205,220,230); }
td.TdClassName
{
border-color: #CDDCE6;
}
.TagClassName
{
border-color: #CDDCE6;
}
</style>