#CCE2EC

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

Shades of Pattens Blue #CCE2EC

Tints of Pattens Blue #CCE2EC

Color information

#CCE2EC (or 0xCCE2EC) is unknown color: approx Pattens Blue. HEX triplet: CC, E2 and EC. RGB value is (204,226,236). Sum of RGB (Red+Green+Blue) = 204+226+236=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2EC is #331D13. Grayscale: #DCDCDC. Windows color (decimal): -3349780 or 15524556. OLE color: 15524556.

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

Color convert

RGB204226236-
CMYK0.140.0400.07
HSL198.75º45.71%86.27%-
HSV(B)198.75º13.56%92.55%-
XYZ67.2473.2989.96-
YUV220.56136.71116.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 226 (88.67% from 255) = 33.93%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=30.63%
G=33.93%
B=35.44%

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
Decimal2042262360.140.0400.07198.7545.7186.27
HexCCE2ECE407c72e56
Octal3143423541640730756126
Binary11001100111000101110110011101000111110001111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2EC; }

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

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

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

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

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

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

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

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