Shades of Pattens Blue #CCE6FF
Tints of Pattens Blue #CCE6FF
RGB
CMYK
RGB Variations
Color information
#CCE6FF (or 0xCCE6FF) is known color: Pattens Blue. HEX triplet: CC, E6 and FF. RGB value is (204,230,255). Sum of RGB (Red+Green+Blue) = 204+230+255=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6FF is #331900. Grayscale: #E0E0E0. Windows color (decimal): -3348737 or 16770764. OLE color: 16770764.
HSL color Cylindrical-coordinate representation of color #CCE6FF: hue angle of 209.41º 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 #CCE6FF is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 230 | 255 | - |
CMYK | 0.2 | 0.10 | 0 | 0 |
HSL | 209.41º | 1% | 0.9% | - |
HSV(B) | 209.41º | 0.2% | 1% | - |
XYZ | 71.25 | 76.65 | 105.65 | - |
YUV | 225.08 | 144.89 | 112.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 230 | 255 | 0.2 | 0.10 | 0 | 0 | 209.41 | 1 | 0.9 |
Hex | CC | E6 | FF | 14 | A | 0 | 0 | D1 | 64 | 5A |
Octal | 314 | 346 | 377 | 24 | 12 | 0 | 0 | 321 | 144 | 132 |
Binary | 11001100 | 11100110 | 11111111 | 10100 | 1010 | 0 | 0 | 11010001 | 1100100 | 1011010 |
Color Harmonies of #CCE6FF
Complementary color
Monochromatic Colors of #CCE6FF
Black with #CCE6FF
Text Example
Text Example
White with #CCE6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6FF; }
p { color: rgb(204,230,255); }
H1.HeaderClassName
{
color: #CCE6FF;
}
.AnyTagClassName
{
color: #CCE6FF;
}
</style>
background-color css
<style>
a { background-color: #CCE6FF; }
a { background-color: rgb(204,230,255); }
div.DivClassName
{
background-color: #CCE6FF;
}
.BgClassName
{
background-color: #CCE6FF;
}
</style>
border-color css
<style>
span { border-color: #CCE6FF; }
span { border-color: rgb(204,230,255); }
td.TdClassName
{
border-color: #CCE6FF;
}
.TagClassName
{
border-color: #CCE6FF;
}
</style>