#CCE4EC

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

Shades of Pattens Blue #CCE4EC

Tints of Pattens Blue #CCE4EC

Color information

#CCE4EC (or 0xCCE4EC) is unknown color: approx Pattens Blue. HEX triplet: CC, E4 and EC. RGB value is (204,228,236). Sum of RGB (Red+Green+Blue) = 204+228+236=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4EC is #331B13. Grayscale: #DDDDDD. Windows color (decimal): -3349268 or 15525068. OLE color: 15525068.

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

Color convert

RGB204228236-
CMYK0.140.0300.07
HSL195º45.71%86.27%-
HSV(B)195º13.56%92.55%-
XYZ67.7974.3890.14-
YUV221.74136.05115.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.54%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=30.54%
G=34.13%
B=35.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042282360.140.0300.0719545.7186.27
HexCCE4ECE307c32e56
Octal3143443541630730356126
Binary1100110011100100111011001110110111110000111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4EC; }

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

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

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

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

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

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

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

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