Shades of Pattens Blue #CDDBE6
Tints of Pattens Blue #CDDBE6
RGB
CMYK
RGB Variations
Color information
#CDDBE6 (or 0xCDDBE6) is known color: Pattens Blue. HEX triplet: CD, DB and E6. RGB value is (205,219,230). Sum of RGB (Red+Green+Blue) = 205+219+230=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDDBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBE6 is #322419. Grayscale: #D8D8D8. Windows color (decimal): -3286042 or 15129549. OLE color: 15129549.
HSL color Cylindrical-coordinate representation of color #CDDBE6: hue angle of 206.4º 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 #CDDBE6 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 219 | 230 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.10 |
| HSL | 206.4º | 0.33% | 0.85% | - |
| HSV(B) | 206.4º | 0.11% | 0.9% | - |
| XYZ | 64.79 | 69.36 | 84.83 | - |
| YUV | 216.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 230 | 0.11 | 0.05 | 0 | 0.10 | 206.4 | 0.33 | 0.85 |
| Hex | CD | DB | E6 | B | 5 | 0 | A | CE | 21 | 55 |
| Octal | 315 | 333 | 346 | 13 | 5 | 0 | 12 | 316 | 41 | 125 |
| Binary | 11001101 | 11011011 | 11100110 | 1011 | 101 | 0 | 1010 | 11001110 | 100001 | 1010101 |
Color Harmonies of #CDDBE6
Complementary color
Monochromatic Colors of #CDDBE6
Black with #CDDBE6
Text Example
Text Example
White with #CDDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBE6; }
p { color: rgb(205,219,230); }
H1.HeaderClassName
{
color: #CDDBE6;
}
.AnyTagClassName
{
color: #CDDBE6;
}
</style>
background-color css
<style>
a { background-color: #CDDBE6; }
a { background-color: rgb(205,219,230); }
div.DivClassName
{
background-color: #CDDBE6;
}
.BgClassName
{
background-color: #CDDBE6;
}
</style>
border-color css
<style>
span { border-color: #CDDBE6; }
span { border-color: rgb(205,219,230); }
td.TdClassName
{
border-color: #CDDBE6;
}
.TagClassName
{
border-color: #CDDBE6;
}
</style>