Shades of Pattens Blue #CDE3EE
Tints of Pattens Blue #CDE3EE
RGB
CMYK
RGB Variations
Color information
#CDE3EE (or 0xCDE3EE) is known color: Pattens Blue. HEX triplet: CD, E3 and EE. RGB value is (205,227,238). Sum of RGB (Red+Green+Blue) = 205+227+238=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3EE is #321C11. Grayscale: #DDDDDD. Windows color (decimal): -3283986 or 15655885. OLE color: 15655885.
HSL color Cylindrical-coordinate representation of color #CDE3EE: hue angle of 200º 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 #CDE3EE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 227 | 238 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.07 |
| HSL | 200º | 0.49% | 0.87% | - |
| HSV(B) | 200º | 0.14% | 0.93% | - |
| XYZ | 68.08 | 74.09 | 91.6 | - |
| YUV | 221.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 238 | 0.14 | 0.05 | 0 | 0.07 | 200 | 0.49 | 0.87 |
| Hex | CD | E3 | EE | E | 5 | 0 | 7 | C8 | 31 | 57 |
| Octal | 315 | 343 | 356 | 16 | 5 | 0 | 7 | 310 | 61 | 127 |
| Binary | 11001101 | 11100011 | 11101110 | 1110 | 101 | 0 | 111 | 11001000 | 110001 | 1010111 |
Color Harmonies of #CDE3EE
Complementary color
Monochromatic Colors of #CDE3EE
Black with #CDE3EE
Text Example
Text Example
White with #CDE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3EE; }
p { color: rgb(205,227,238); }
H1.HeaderClassName
{
color: #CDE3EE;
}
.AnyTagClassName
{
color: #CDE3EE;
}
</style>
background-color css
<style>
a { background-color: #CDE3EE; }
a { background-color: rgb(205,227,238); }
div.DivClassName
{
background-color: #CDE3EE;
}
.BgClassName
{
background-color: #CDE3EE;
}
</style>
border-color css
<style>
span { border-color: #CDE3EE; }
span { border-color: rgb(205,227,238); }
td.TdClassName
{
border-color: #CDE3EE;
}
.TagClassName
{
border-color: #CDE3EE;
}
</style>