#CCE2EB

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

Shades of Pattens Blue #CCE2EB

Tints of Pattens Blue #CCE2EB

Color information

#CCE2EB (or 0xCCE2EB) is unknown color: approx Pattens Blue. HEX triplet: CC, E2 and EB. RGB value is (204,226,235). Sum of RGB (Red+Green+Blue) = 204+226+235=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2EB is #331D14. Grayscale: #DCDCDC. Windows color (decimal): -3349781 or 15459020. OLE color: 15459020.

HSL color Cylindrical-coordinate representation of color #CCE2EB: hue angle of 197.42º degrees, saturation: 0.44, 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 #CCE2EB is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204226235-
CMYK0.130.0400.08
HSL197.42º43.66%86.08%-
HSV(B)197.42º13.19%92.16%-
XYZ67.0973.2389.2-
YUV220.45136.21116.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.68%
GREEN value IS 226 (88.67% from 255) = 33.98%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=30.68%
G=33.98%
B=35.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042262350.130.0400.08197.4243.6686.08
HexCCE2EBD408c52c56
Octal31434235315401030554126
Binary110011001110001011101011110110001000110001011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2EB; }

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

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

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

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

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

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

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

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