Shades of Pattens Blue #CDDBE4
Tints of Pattens Blue #CDDBE4
RGB
CMYK
RGB Variations
Color information
#CDDBE4 (or 0xCDDBE4) is known color: Pattens Blue. HEX triplet: CD, DB and E4. RGB value is (205,219,228). Sum of RGB (Red+Green+Blue) = 205+219+228=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 219 (85.94% from 255 or 33.59% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDDBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBE4 is #32241B. Grayscale: #D7D7D7. Windows color (decimal): -3286044 or 14998477. OLE color: 14998477.
HSL color Cylindrical-coordinate representation of color #CDDBE4: hue angle of 203.48º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDBE4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 219 | 228 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.11 |
| HSL | 203.48º | 0.3% | 0.85% | - |
| HSV(B) | 203.48º | 0.1% | 0.89% | - |
| XYZ | 64.51 | 69.24 | 83.36 | - |
| YUV | 215.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 228 | 0.10 | 0.04 | 0 | 0.11 | 203.48 | 0.3 | 0.85 |
| Hex | CD | DB | E4 | A | 4 | 0 | B | CB | 1E | 55 |
| Octal | 315 | 333 | 344 | 12 | 4 | 0 | 13 | 313 | 36 | 125 |
| Binary | 11001101 | 11011011 | 11100100 | 1010 | 100 | 0 | 1011 | 11001011 | 11110 | 1010101 |
Color Harmonies of #CDDBE4
Complementary color
Monochromatic Colors of #CDDBE4
Black with #CDDBE4
Text Example
Text Example
White with #CDDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBE4; }
p { color: rgb(205,219,228); }
H1.HeaderClassName
{
color: #CDDBE4;
}
.AnyTagClassName
{
color: #CDDBE4;
}
</style>
background-color css
<style>
a { background-color: #CDDBE4; }
a { background-color: rgb(205,219,228); }
div.DivClassName
{
background-color: #CDDBE4;
}
.BgClassName
{
background-color: #CDDBE4;
}
</style>
border-color css
<style>
span { border-color: #CDDBE4; }
span { border-color: rgb(205,219,228); }
td.TdClassName
{
border-color: #CDDBE4;
}
.TagClassName
{
border-color: #CDDBE4;
}
</style>