Shades of Pattens Blue #CDE3EB
Tints of Pattens Blue #CDE3EB
RGB
CMYK
RGB Variations
Color information
#CDE3EB (or 0xCDE3EB) is known color: Pattens Blue. HEX triplet: CD, E3 and EB. RGB value is (205,227,235). Sum of RGB (Red+Green+Blue) = 205+227+235=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDE3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3EB is #321C14. Grayscale: #DDDDDD. Windows color (decimal): -3283989 or 15459277. OLE color: 15459277.
HSL color Cylindrical-coordinate representation of color #CDE3EB: hue angle of 196º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDE3EB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 227 | 235 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.08 |
| HSL | 196º | 0.43% | 0.86% | - |
| HSV(B) | 196º | 0.13% | 0.92% | - |
| XYZ | 67.64 | 73.92 | 89.3 | - |
| YUV | 221.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 235 | 0.13 | 0.03 | 0 | 0.08 | 196 | 0.43 | 0.86 |
| Hex | CD | E3 | EB | D | 3 | 0 | 8 | C4 | 2B | 56 |
| Octal | 315 | 343 | 353 | 15 | 3 | 0 | 10 | 304 | 53 | 126 |
| Binary | 11001101 | 11100011 | 11101011 | 1101 | 11 | 0 | 1000 | 11000100 | 101011 | 1010110 |
Color Harmonies of #CDE3EB
Complementary color
Monochromatic Colors of #CDE3EB
Black with #CDE3EB
Text Example
Text Example
White with #CDE3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3EB; }
p { color: rgb(205,227,235); }
H1.HeaderClassName
{
color: #CDE3EB;
}
.AnyTagClassName
{
color: #CDE3EB;
}
</style>
background-color css
<style>
a { background-color: #CDE3EB; }
a { background-color: rgb(205,227,235); }
div.DivClassName
{
background-color: #CDE3EB;
}
.BgClassName
{
background-color: #CDE3EB;
}
</style>
border-color css
<style>
span { border-color: #CDE3EB; }
span { border-color: rgb(205,227,235); }
td.TdClassName
{
border-color: #CDE3EB;
}
.TagClassName
{
border-color: #CDE3EB;
}
</style>