#CCE0EC

Color #CCE0EC Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CCE0EC

Tints of Pattens Blue #CCE0EC

Color information

#CCE0EC (or 0xCCE0EC) is unknown color: approx Pattens Blue. HEX triplet: CC, E0 and EC. RGB value is (204,224,236). Sum of RGB (Red+Green+Blue) = 204+224+236=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0EC is #331F13. Grayscale: #DBDBDB. Windows color (decimal): -3350292 or 15524044. OLE color: 15524044.

HSL color Cylindrical-coordinate representation of color #CCE0EC: hue angle of 202.5º degrees, saturation: 0.46, 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 #CCE0EC is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204224236-
CMYK0.140.0500.07
HSL202.5º45.71%86.27%-
HSV(B)202.5º13.56%92.55%-
XYZ66.772.289.78-
YUV219.39137.37117.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 224 (87.89% from 255) = 33.73%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=30.72%
G=33.73%
B=35.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042242360.140.0500.07202.545.7186.27
HexCCE0ECE507ca2e56
Octal3143403541650731256126
Binary11001100111000001110110011101010111110010101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0EC; }

 p { color: rgb(204,224,236); }

 H1.HeaderClassName
 {
   color: #CCE0EC;
 }
 .AnyTagClassName
 {
   color: #CCE0EC;
 }
</style>
background-color css

<style>
 a { background-color: #CCE0EC; }

 a { background-color: rgb(204,224,236); }

 div.DivClassName
 {
   background-color: #CCE0EC;
 }
 .BgClassName
 {
   background-color: #CCE0EC;
 }
</style>
border-color css

<style>
 span { border-color: #CCE0EC; }

 span { border-color: rgb(204,224,236); }

 td.TdClassName
 {
   border-color: #CCE0EC;
 }
 .TagClassName
 {
   border-color: #CCE0EC;
 }
</style>