#CCE2EA

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

Shades of Pattens Blue #CCE2EA

Tints of Pattens Blue #CCE2EA

Color information

#CCE2EA (or 0xCCE2EA) is unknown color: approx Pattens Blue. HEX triplet: CC, E2 and EA. RGB value is (204,226,234). Sum of RGB (Red+Green+Blue) = 204+226+234=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2EA is #331D15. Grayscale: #DCDCDC. Windows color (decimal): -3349782 or 15393484. OLE color: 15393484.

HSL color Cylindrical-coordinate representation of color #CCE2EA: hue angle of 196º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCE2EA is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204226234-
CMYK0.130.0300.08
HSL196º41.67%85.88%-
HSV(B)196º12.82%91.76%-
XYZ66.9573.1788.44-
YUV220.33135.71116.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=30.72%
G=34.04%
B=35.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042262340.130.0300.0819641.6785.88
HexCCE2EAD308c42a56
Octal31434235215301030452126
Binary11001100111000101110101011011101000110001001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2EA; }

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

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

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

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

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

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

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

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