Shades of Pattens Blue #CCDEEB
Tints of Pattens Blue #CCDEEB
RGB
CMYK
RGB Variations
Color information
#CCDEEB (or 0xCCDEEB) is known color: Pattens Blue. HEX triplet: CC, DE and EB. RGB value is (204,222,235). Sum of RGB (Red+Green+Blue) = 204+222+235=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEEB is #332114. Grayscale: #DADADA. Windows color (decimal): -3350805 or 15457996. OLE color: 15457996.
HSL color Cylindrical-coordinate representation of color #CCDEEB: hue angle of 205.16º degrees, saturation: 0.44, 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 #CCDEEB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 222 | 235 | - |
CMYK | 0.13 | 0.06 | 0 | 0.08 |
HSL | 205.16º | 0.44% | 0.86% | - |
HSV(B) | 205.16º | 0.13% | 0.92% | - |
XYZ | 66.02 | 71.08 | 88.84 | - |
YUV | 218.1 | 137.54 | 117.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 235 | 0.13 | 0.06 | 0 | 0.08 | 205.16 | 0.44 | 0.86 |
Hex | CC | DE | EB | D | 6 | 0 | 8 | CD | 2C | 56 |
Octal | 314 | 336 | 353 | 15 | 6 | 0 | 10 | 315 | 54 | 126 |
Binary | 11001100 | 11011110 | 11101011 | 1101 | 110 | 0 | 1000 | 11001101 | 101100 | 1010110 |
Color Harmonies of #CCDEEB
Complementary color
Monochromatic Colors of #CCDEEB
Black with #CCDEEB
Text Example
Text Example
White with #CCDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEEB; }
p { color: rgb(204,222,235); }
H1.HeaderClassName
{
color: #CCDEEB;
}
.AnyTagClassName
{
color: #CCDEEB;
}
</style>
background-color css
<style>
a { background-color: #CCDEEB; }
a { background-color: rgb(204,222,235); }
div.DivClassName
{
background-color: #CCDEEB;
}
.BgClassName
{
background-color: #CCDEEB;
}
</style>
border-color css
<style>
span { border-color: #CCDEEB; }
span { border-color: rgb(204,222,235); }
td.TdClassName
{
border-color: #CCDEEB;
}
.TagClassName
{
border-color: #CCDEEB;
}
</style>