Shades of Pattens Blue #CDE0EE
Tints of Pattens Blue #CDE0EE
RGB
CMYK
RGB Variations
Color information
#CDE0EE (or 0xCDE0EE) is known color: Pattens Blue. HEX triplet: CD, E0 and EE. RGB value is (205,224,238). Sum of RGB (Red+Green+Blue) = 205+224+238=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0EE is #321F11. Grayscale: #DBDBDB. Windows color (decimal): -3284754 or 15655117. OLE color: 15655117.
HSL color Cylindrical-coordinate representation of color #CDE0EE: hue angle of 205.45º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE0EE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 224 | 238 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.07 |
| HSL | 205.45º | 0.49% | 0.87% | - |
| HSV(B) | 205.45º | 0.14% | 0.93% | - |
| XYZ | 67.27 | 72.46 | 91.33 | - |
| YUV | 219.92 | 138.21 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 238 | 0.14 | 0.06 | 0 | 0.07 | 205.45 | 0.49 | 0.87 |
| Hex | CD | E0 | EE | E | 6 | 0 | 7 | CD | 31 | 57 |
| Octal | 315 | 340 | 356 | 16 | 6 | 0 | 7 | 315 | 61 | 127 |
| Binary | 11001101 | 11100000 | 11101110 | 1110 | 110 | 0 | 111 | 11001101 | 110001 | 1010111 |
Color Harmonies of #CDE0EE
Complementary color
Monochromatic Colors of #CDE0EE
Black with #CDE0EE
Text Example
Text Example
White with #CDE0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0EE; }
p { color: rgb(205,224,238); }
H1.HeaderClassName
{
color: #CDE0EE;
}
.AnyTagClassName
{
color: #CDE0EE;
}
</style>
background-color css
<style>
a { background-color: #CDE0EE; }
a { background-color: rgb(205,224,238); }
div.DivClassName
{
background-color: #CDE0EE;
}
.BgClassName
{
background-color: #CDE0EE;
}
</style>
border-color css
<style>
span { border-color: #CDE0EE; }
span { border-color: rgb(205,224,238); }
td.TdClassName
{
border-color: #CDE0EE;
}
.TagClassName
{
border-color: #CDE0EE;
}
</style>