Shades of Pattens Blue #CDDDED
Tints of Pattens Blue #CDDDED
RGB
CMYK
RGB Variations
Color information
#CDDDED (or 0xCDDDED) is known color: Pattens Blue. HEX triplet: CD, DD and ED. RGB value is (205,221,237). Sum of RGB (Red+Green+Blue) = 205+221+237=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDED is #322212. Grayscale: #D9D9D9. Windows color (decimal): -3285523 or 15588813. OLE color: 15588813.
HSL color Cylindrical-coordinate representation of color #CDDDED: hue angle of 210º degrees, saturation: 0.47, 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 #CDDDED is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 221 | 237 | - |
CMYK | 0.14 | 0.07 | 0 | 0.07 |
HSL | 210º | 0.47% | 0.87% | - |
HSV(B) | 210º | 0.14% | 0.93% | - |
XYZ | 66.32 | 70.81 | 90.29 | - |
YUV | 218.04 | 138.7 | 118.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 221 | 237 | 0.14 | 0.07 | 0 | 0.07 | 210 | 0.47 | 0.87 |
Hex | CD | DD | ED | E | 7 | 0 | 7 | D2 | 2F | 57 |
Octal | 315 | 335 | 355 | 16 | 7 | 0 | 7 | 322 | 57 | 127 |
Binary | 11001101 | 11011101 | 11101101 | 1110 | 111 | 0 | 111 | 11010010 | 101111 | 1010111 |
Color Harmonies of #CDDDED
Complementary color
Monochromatic Colors of #CDDDED
Black with #CDDDED
Text Example
Text Example
White with #CDDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDED; }
p { color: rgb(205,221,237); }
H1.HeaderClassName
{
color: #CDDDED;
}
.AnyTagClassName
{
color: #CDDDED;
}
</style>
background-color css
<style>
a { background-color: #CDDDED; }
a { background-color: rgb(205,221,237); }
div.DivClassName
{
background-color: #CDDDED;
}
.BgClassName
{
background-color: #CDDDED;
}
</style>
border-color css
<style>
span { border-color: #CDDDED; }
span { border-color: rgb(205,221,237); }
td.TdClassName
{
border-color: #CDDDED;
}
.TagClassName
{
border-color: #CDDDED;
}
</style>