Shades of Pattens Blue #CDDDE4
Tints of Pattens Blue #CDDDE4
RGB
CMYK
RGB Variations
Color information
#CDDDE4 (or 0xCDDDE4) is known color: Pattens Blue. HEX triplet: CD, DD and E4. RGB value is (205,221,228). Sum of RGB (Red+Green+Blue) = 205+221+228=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDE4 is #32221B. Grayscale: #D8D8D8. Windows color (decimal): -3285532 or 14998989. OLE color: 14998989.
HSL color Cylindrical-coordinate representation of color #CDDDE4: hue angle of 198.26º 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 #CDDDE4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 221 | 228 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.11 |
| HSL | 198.26º | 0.3% | 0.85% | - |
| HSV(B) | 198.26º | 0.1% | 0.89% | - |
| XYZ | 65.04 | 70.29 | 83.54 | - |
| YUV | 217.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 228 | 0.10 | 0.03 | 0 | 0.11 | 198.26 | 0.3 | 0.85 |
| Hex | CD | DD | E4 | A | 3 | 0 | B | C6 | 1E | 55 |
| Octal | 315 | 335 | 344 | 12 | 3 | 0 | 13 | 306 | 36 | 125 |
| Binary | 11001101 | 11011101 | 11100100 | 1010 | 11 | 0 | 1011 | 11000110 | 11110 | 1010101 |
Color Harmonies of #CDDDE4
Complementary color
Monochromatic Colors of #CDDDE4
Black with #CDDDE4
Text Example
Text Example
White with #CDDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDE4; }
p { color: rgb(205,221,228); }
H1.HeaderClassName
{
color: #CDDDE4;
}
.AnyTagClassName
{
color: #CDDDE4;
}
</style>
background-color css
<style>
a { background-color: #CDDDE4; }
a { background-color: rgb(205,221,228); }
div.DivClassName
{
background-color: #CDDDE4;
}
.BgClassName
{
background-color: #CDDDE4;
}
</style>
border-color css
<style>
span { border-color: #CDDDE4; }
span { border-color: rgb(205,221,228); }
td.TdClassName
{
border-color: #CDDDE4;
}
.TagClassName
{
border-color: #CDDDE4;
}
</style>