#CCE1EC

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

Shades of Pattens Blue #CCE1EC

Tints of Pattens Blue #CCE1EC

Color information

#CCE1EC (or 0xCCE1EC) is unknown color: approx Pattens Blue. HEX triplet: CC, E1 and EC. RGB value is (204,225,236). Sum of RGB (Red+Green+Blue) = 204+225+236=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1EC is #331E13. Grayscale: #DBDBDB. Windows color (decimal): -3350036 or 15524300. OLE color: 15524300.

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

Color convert

RGB204225236-
CMYK0.140.0500.07
HSL200.62º45.71%86.27%-
HSV(B)200.62º13.56%92.55%-
XYZ66.9772.7489.87-
YUV219.97137.04116.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=30.68%
G=33.83%
B=35.49%

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
Decimal2042252360.140.0500.07200.6245.7186.27
HexCCE1ECE507c92e56
Octal3143413541650731156126
Binary11001100111000011110110011101010111110010011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1EC; }

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

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

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

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

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

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

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

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