Shades of Pattens Blue #CDDDEE
Tints of Pattens Blue #CDDDEE
RGB
CMYK
RGB Variations
Color information
#CDDDEE (or 0xCDDDEE) is known color: Pattens Blue. HEX triplet: CD, DD and EE. RGB value is (205,221,238). Sum of RGB (Red+Green+Blue) = 205+221+238=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDEE is #322211. Grayscale: #DADADA. Windows color (decimal): -3285522 or 15654349. OLE color: 15654349.
HSL color Cylindrical-coordinate representation of color #CDDDEE: hue angle of 210.91º 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 #CDDDEE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 221 | 238 | - |
CMYK | 0.14 | 0.07 | 0 | 0.07 |
HSL | 210.91º | 0.49% | 0.87% | - |
HSV(B) | 210.91º | 0.14% | 0.93% | - |
XYZ | 66.47 | 70.87 | 91.06 | - |
YUV | 218.15 | 139.2 | 118.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 221 | 238 | 0.14 | 0.07 | 0 | 0.07 | 210.91 | 0.49 | 0.87 |
Hex | CD | DD | EE | E | 7 | 0 | 7 | D3 | 31 | 57 |
Octal | 315 | 335 | 356 | 16 | 7 | 0 | 7 | 323 | 61 | 127 |
Binary | 11001101 | 11011101 | 11101110 | 1110 | 111 | 0 | 111 | 11010011 | 110001 | 1010111 |
Color Harmonies of #CDDDEE
Complementary color
Monochromatic Colors of #CDDDEE
Black with #CDDDEE
Text Example
Text Example
White with #CDDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDEE; }
p { color: rgb(205,221,238); }
H1.HeaderClassName
{
color: #CDDDEE;
}
.AnyTagClassName
{
color: #CDDDEE;
}
</style>
background-color css
<style>
a { background-color: #CDDDEE; }
a { background-color: rgb(205,221,238); }
div.DivClassName
{
background-color: #CDDDEE;
}
.BgClassName
{
background-color: #CDDDEE;
}
</style>
border-color css
<style>
span { border-color: #CDDDEE; }
span { border-color: rgb(205,221,238); }
td.TdClassName
{
border-color: #CDDDEE;
}
.TagClassName
{
border-color: #CDDDEE;
}
</style>