Shades of Pattens Blue #CDDCE4
Tints of Pattens Blue #CDDCE4
RGB
CMYK
RGB Variations
Color information
#CDDCE4 (or 0xCDDCE4) is known color: Pattens Blue. HEX triplet: CD, DC and E4. RGB value is (205,220,228). Sum of RGB (Red+Green+Blue) = 205+220+228=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDDCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCE4 is #32231B. Grayscale: #D8D8D8. Windows color (decimal): -3285788 or 14998733. OLE color: 14998733.
HSL color Cylindrical-coordinate representation of color #CDDCE4: hue angle of 200.87º 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 #CDDCE4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 220 | 228 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.11 |
| HSL | 200.87º | 0.3% | 0.85% | - |
| HSV(B) | 200.87º | 0.1% | 0.89% | - |
| XYZ | 64.77 | 69.77 | 83.45 | - |
| YUV | 216.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 228 | 0.10 | 0.04 | 0 | 0.11 | 200.87 | 0.3 | 0.85 |
| Hex | CD | DC | E4 | A | 4 | 0 | B | C9 | 1E | 55 |
| Octal | 315 | 334 | 344 | 12 | 4 | 0 | 13 | 311 | 36 | 125 |
| Binary | 11001101 | 11011100 | 11100100 | 1010 | 100 | 0 | 1011 | 11001001 | 11110 | 1010101 |
Color Harmonies of #CDDCE4
Complementary color
Monochromatic Colors of #CDDCE4
Black with #CDDCE4
Text Example
Text Example
White with #CDDCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCE4; }
p { color: rgb(205,220,228); }
H1.HeaderClassName
{
color: #CDDCE4;
}
.AnyTagClassName
{
color: #CDDCE4;
}
</style>
background-color css
<style>
a { background-color: #CDDCE4; }
a { background-color: rgb(205,220,228); }
div.DivClassName
{
background-color: #CDDCE4;
}
.BgClassName
{
background-color: #CDDCE4;
}
</style>
border-color css
<style>
span { border-color: #CDDCE4; }
span { border-color: rgb(205,220,228); }
td.TdClassName
{
border-color: #CDDCE4;
}
.TagClassName
{
border-color: #CDDCE4;
}
</style>