Shades of Pattens Blue #CDDEF0
Tints of Pattens Blue #CDDEF0
RGB
CMYK
RGB Variations
Color information
#CDDEF0 (or 0xCDDEF0) is known color: Pattens Blue. HEX triplet: CD, DE and F0. RGB value is (205,222,240). Sum of RGB (Red+Green+Blue) = 205+222+240=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDDEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEF0 is #32210F. Grayscale: #DADADA. Windows color (decimal): -3285264 or 15785677. OLE color: 15785677.
HSL color Cylindrical-coordinate representation of color #CDDEF0: hue angle of 210.86º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDDEF0 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 222 | 240 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.06 |
| HSL | 210.86º | 0.54% | 0.87% | - |
| HSV(B) | 210.86º | 0.15% | 0.94% | - |
| XYZ | 67.03 | 71.51 | 92.71 | - |
| YUV | 218.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 240 | 0.15 | 0.08 | 0 | 0.06 | 210.86 | 0.54 | 0.87 |
| Hex | CD | DE | F0 | F | 8 | 0 | 6 | D3 | 36 | 57 |
| Octal | 315 | 336 | 360 | 17 | 10 | 0 | 6 | 323 | 66 | 127 |
| Binary | 11001101 | 11011110 | 11110000 | 1111 | 1000 | 0 | 110 | 11010011 | 110110 | 1010111 |
Color Harmonies of #CDDEF0
Complementary color
Monochromatic Colors of #CDDEF0
Black with #CDDEF0
Text Example
Text Example
White with #CDDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEF0; }
p { color: rgb(205,222,240); }
H1.HeaderClassName
{
color: #CDDEF0;
}
.AnyTagClassName
{
color: #CDDEF0;
}
</style>
background-color css
<style>
a { background-color: #CDDEF0; }
a { background-color: rgb(205,222,240); }
div.DivClassName
{
background-color: #CDDEF0;
}
.BgClassName
{
background-color: #CDDEF0;
}
</style>
border-color css
<style>
span { border-color: #CDDEF0; }
span { border-color: rgb(205,222,240); }
td.TdClassName
{
border-color: #CDDEF0;
}
.TagClassName
{
border-color: #CDDEF0;
}
</style>