Shades of Pattens Blue #CCE5ED
Tints of Pattens Blue #CCE5ED
RGB
CMYK
RGB Variations
Color information
#CCE5ED (or 0xCCE5ED) is known color: Pattens Blue. HEX triplet: CC, E5 and ED. RGB value is (204,229,237). Sum of RGB (Red+Green+Blue) = 204+229+237=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5ED is #331A12. Grayscale: #DEDEDE. Windows color (decimal): -3349011 or 15590860. OLE color: 15590860.
HSL color Cylindrical-coordinate representation of color #CCE5ED: hue angle of 194.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE5ED is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 229 | 237 | - |
CMYK | 0.14 | 0.03 | 0 | 0.07 |
HSL | 194.55º | 0.48% | 0.86% | - |
HSV(B) | 194.55º | 0.14% | 0.93% | - |
XYZ | 68.21 | 74.99 | 91 | - |
YUV | 222.44 | 136.22 | 114.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 237 | 0.14 | 0.03 | 0 | 0.07 | 194.55 | 0.48 | 0.86 |
Hex | CC | E5 | ED | E | 3 | 0 | 7 | C3 | 30 | 56 |
Octal | 314 | 345 | 355 | 16 | 3 | 0 | 7 | 303 | 60 | 126 |
Binary | 11001100 | 11100101 | 11101101 | 1110 | 11 | 0 | 111 | 11000011 | 110000 | 1010110 |
Color Harmonies of #CCE5ED
Complementary color
Monochromatic Colors of #CCE5ED
Black with #CCE5ED
Text Example
Text Example
White with #CCE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5ED; }
p { color: rgb(204,229,237); }
H1.HeaderClassName
{
color: #CCE5ED;
}
.AnyTagClassName
{
color: #CCE5ED;
}
</style>
background-color css
<style>
a { background-color: #CCE5ED; }
a { background-color: rgb(204,229,237); }
div.DivClassName
{
background-color: #CCE5ED;
}
.BgClassName
{
background-color: #CCE5ED;
}
</style>
border-color css
<style>
span { border-color: #CCE5ED; }
span { border-color: rgb(204,229,237); }
td.TdClassName
{
border-color: #CCE5ED;
}
.TagClassName
{
border-color: #CCE5ED;
}
</style>