Shades of Pattens Blue #CDDCE8
Tints of Pattens Blue #CDDCE8
RGB
CMYK
RGB Variations
Color information
#CDDCE8 (or 0xCDDCE8) is known color: Pattens Blue. HEX triplet: CD, DC and E8. RGB value is (205,220,232). Sum of RGB (Red+Green+Blue) = 205+220+232=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCE8 is #322317. Grayscale: #D8D8D8. Windows color (decimal): -3285784 or 15260877. OLE color: 15260877.
HSL color Cylindrical-coordinate representation of color #CDDCE8: hue angle of 206.67º degrees, saturation: 0.37, 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 #CDDCE8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 220 | 232 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.09 |
| HSL | 206.67º | 0.37% | 0.86% | - |
| HSV(B) | 206.67º | 0.12% | 0.91% | - |
| XYZ | 65.34 | 69.99 | 86.41 | - |
| YUV | 216.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 232 | 0.12 | 0.05 | 0 | 0.09 | 206.67 | 0.37 | 0.86 |
| Hex | CD | DC | E8 | C | 5 | 0 | 9 | CF | 25 | 56 |
| Octal | 315 | 334 | 350 | 14 | 5 | 0 | 11 | 317 | 45 | 126 |
| Binary | 11001101 | 11011100 | 11101000 | 1100 | 101 | 0 | 1001 | 11001111 | 100101 | 1010110 |
Color Harmonies of #CDDCE8
Complementary color
Monochromatic Colors of #CDDCE8
Black with #CDDCE8
Text Example
Text Example
White with #CDDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCE8; }
p { color: rgb(205,220,232); }
H1.HeaderClassName
{
color: #CDDCE8;
}
.AnyTagClassName
{
color: #CDDCE8;
}
</style>
background-color css
<style>
a { background-color: #CDDCE8; }
a { background-color: rgb(205,220,232); }
div.DivClassName
{
background-color: #CDDCE8;
}
.BgClassName
{
background-color: #CDDCE8;
}
</style>
border-color css
<style>
span { border-color: #CDDCE8; }
span { border-color: rgb(205,220,232); }
td.TdClassName
{
border-color: #CDDCE8;
}
.TagClassName
{
border-color: #CDDCE8;
}
</style>