Shades of Pattens Blue #CDDCEA
Tints of Pattens Blue #CDDCEA
RGB
CMYK
RGB Variations
Color information
#CDDCEA (or 0xCDDCEA) is known color: Pattens Blue. HEX triplet: CD, DC and EA. RGB value is (205,220,234). Sum of RGB (Red+Green+Blue) = 205+220+234=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCEA is #322315. Grayscale: #D9D9D9. Windows color (decimal): -3285782 or 15391949. OLE color: 15391949.
HSL color Cylindrical-coordinate representation of color #CDDCEA: hue angle of 208.97º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDCEA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 220 | 234 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.08 |
| HSL | 208.97º | 0.41% | 0.86% | - |
| HSV(B) | 208.97º | 0.12% | 0.92% | - |
| XYZ | 65.62 | 70.11 | 87.92 | - |
| YUV | 217.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 234 | 0.12 | 0.06 | 0 | 0.08 | 208.97 | 0.41 | 0.86 |
| Hex | CD | DC | EA | C | 6 | 0 | 8 | D1 | 29 | 56 |
| Octal | 315 | 334 | 352 | 14 | 6 | 0 | 10 | 321 | 51 | 126 |
| Binary | 11001101 | 11011100 | 11101010 | 1100 | 110 | 0 | 1000 | 11010001 | 101001 | 1010110 |
Color Harmonies of #CDDCEA
Complementary color
Monochromatic Colors of #CDDCEA
Black with #CDDCEA
Text Example
Text Example
White with #CDDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCEA; }
p { color: rgb(205,220,234); }
H1.HeaderClassName
{
color: #CDDCEA;
}
.AnyTagClassName
{
color: #CDDCEA;
}
</style>
background-color css
<style>
a { background-color: #CDDCEA; }
a { background-color: rgb(205,220,234); }
div.DivClassName
{
background-color: #CDDCEA;
}
.BgClassName
{
background-color: #CDDCEA;
}
</style>
border-color css
<style>
span { border-color: #CDDCEA; }
span { border-color: rgb(205,220,234); }
td.TdClassName
{
border-color: #CDDCEA;
}
.TagClassName
{
border-color: #CDDCEA;
}
</style>