#CCE2EF

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

Shades of Pattens Blue #CCE2EF

Tints of Pattens Blue #CCE2EF

Color information

#CCE2EF (or 0xCCE2EF) is unknown color: approx Pattens Blue. HEX triplet: CC, E2 and EF. RGB value is (204,226,239). Sum of RGB (Red+Green+Blue) = 204+226+239=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2EF is #331D10. Grayscale: #DCDCDC. Windows color (decimal): -3349777 or 15721164. OLE color: 15721164.

HSL color Cylindrical-coordinate representation of color #CCE2EF: hue angle of 202.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE2EF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204226239-
CMYK0.150.0500.06
HSL202.29º52.24%86.86%-
HSV(B)202.29º14.64%93.73%-
XYZ67.6873.4692.27-
YUV220.9138.21115.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 226 (88.67% from 255) = 33.78%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=30.49%
G=33.78%
B=35.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042262390.150.0500.06202.2952.2486.86
HexCCE2EFF506ca3457
Octal3143423571750631264127
Binary11001100111000101110111111111010110110010101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2EF; }

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

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

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

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

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

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

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

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