Shades of Pattens Blue #CCE5FF
Tints of Pattens Blue #CCE5FF
RGB
CMYK
RGB Variations
Color information
#CCE5FF (or 0xCCE5FF) is known color: Pattens Blue. HEX triplet: CC, E5 and FF. RGB value is (204,229,255). Sum of RGB (Red+Green+Blue) = 204+229+255=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5FF is #331A00. Grayscale: #E0E0E0. Windows color (decimal): -3348993 or 16770508. OLE color: 16770508.
HSL color Cylindrical-coordinate representation of color #CCE5FF: hue angle of 210.59º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE5FF is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 229 | 255 | - |
CMYK | 0.2 | 0.10 | 0 | 0 |
HSL | 210.59º | 1% | 0.9% | - |
HSV(B) | 210.59º | 0.2% | 1% | - |
XYZ | 70.97 | 76.1 | 105.56 | - |
YUV | 224.49 | 145.22 | 113.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 255 | 0.2 | 0.10 | 0 | 0 | 210.59 | 1 | 0.9 |
Hex | CC | E5 | FF | 14 | A | 0 | 0 | D3 | 64 | 5A |
Octal | 314 | 345 | 377 | 24 | 12 | 0 | 0 | 323 | 144 | 132 |
Binary | 11001100 | 11100101 | 11111111 | 10100 | 1010 | 0 | 0 | 11010011 | 1100100 | 1011010 |
Color Harmonies of #CCE5FF
Complementary color
Monochromatic Colors of #CCE5FF
Black with #CCE5FF
Text Example
Text Example
White with #CCE5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5FF; }
p { color: rgb(204,229,255); }
H1.HeaderClassName
{
color: #CCE5FF;
}
.AnyTagClassName
{
color: #CCE5FF;
}
</style>
background-color css
<style>
a { background-color: #CCE5FF; }
a { background-color: rgb(204,229,255); }
div.DivClassName
{
background-color: #CCE5FF;
}
.BgClassName
{
background-color: #CCE5FF;
}
</style>
border-color css
<style>
span { border-color: #CCE5FF; }
span { border-color: rgb(204,229,255); }
td.TdClassName
{
border-color: #CCE5FF;
}
.TagClassName
{
border-color: #CCE5FF;
}
</style>