#CCE3EC

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

Shades of Pattens Blue #CCE3EC

Tints of Pattens Blue #CCE3EC

Color information

#CCE3EC (or 0xCCE3EC) is unknown color: approx Pattens Blue. HEX triplet: CC, E3 and EC. RGB value is (204,227,236). Sum of RGB (Red+Green+Blue) = 204+227+236=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3EC is #331C13. Grayscale: #DDDDDD. Windows color (decimal): -3349524 or 15524812. OLE color: 15524812.

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

Color convert

RGB204227236-
CMYK0.140.0400.07
HSL196.88º45.71%86.27%-
HSV(B)196.88º13.56%92.55%-
XYZ67.5173.8390.05-
YUV221.15136.38115.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.58%
GREEN value IS 227 (89.06% from 255) = 34.03%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=30.58%
G=34.03%
B=35.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042272360.140.0400.07196.8845.7186.27
HexCCE3ECE407c52e56
Octal3143433541640730556126
Binary11001100111000111110110011101000111110001011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3EC; }

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

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

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

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

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

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

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

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