Shades of Pattens Blue #CDDDE6
Tints of Pattens Blue #CDDDE6
RGB
CMYK
RGB Variations
Color information
#CDDDE6 (or 0xCDDDE6) is known color: Pattens Blue. HEX triplet: CD, DD and E6. RGB value is (205,221,230). Sum of RGB (Red+Green+Blue) = 205+221+230=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDE6 is #322219. Grayscale: #D9D9D9. Windows color (decimal): -3285530 or 15130061. OLE color: 15130061.
HSL color Cylindrical-coordinate representation of color #CDDDE6: hue angle of 201.6º 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 #CDDDE6 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 221 | 230 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.10 |
| HSL | 201.6º | 0.33% | 0.85% | - |
| HSV(B) | 201.6º | 0.11% | 0.9% | - |
| XYZ | 65.32 | 70.41 | 85.01 | - |
| YUV | 217.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 230 | 0.11 | 0.04 | 0 | 0.10 | 201.6 | 0.33 | 0.85 |
| Hex | CD | DD | E6 | B | 4 | 0 | A | CA | 21 | 55 |
| Octal | 315 | 335 | 346 | 13 | 4 | 0 | 12 | 312 | 41 | 125 |
| Binary | 11001101 | 11011101 | 11100110 | 1011 | 100 | 0 | 1010 | 11001010 | 100001 | 1010101 |
Color Harmonies of #CDDDE6
Complementary color
Monochromatic Colors of #CDDDE6
Black with #CDDDE6
Text Example
Text Example
White with #CDDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDE6; }
p { color: rgb(205,221,230); }
H1.HeaderClassName
{
color: #CDDDE6;
}
.AnyTagClassName
{
color: #CDDDE6;
}
</style>
background-color css
<style>
a { background-color: #CDDDE6; }
a { background-color: rgb(205,221,230); }
div.DivClassName
{
background-color: #CDDDE6;
}
.BgClassName
{
background-color: #CDDDE6;
}
</style>
border-color css
<style>
span { border-color: #CDDDE6; }
span { border-color: rgb(205,221,230); }
td.TdClassName
{
border-color: #CDDDE6;
}
.TagClassName
{
border-color: #CDDDE6;
}
</style>