#CCE3F0

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

Shades of Pattens Blue #CCE3F0

Tints of Pattens Blue #CCE3F0

Color information

#CCE3F0 (or 0xCCE3F0) is unknown color: approx Pattens Blue. HEX triplet: CC, E3 and F0. RGB value is (204,227,240). Sum of RGB (Red+Green+Blue) = 204+227+240=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 240 (94.14% from 255 or 35.77% from 671); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCE3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3F0 is #331C0F. Grayscale: #DDDDDD. Windows color (decimal): -3349520 or 15786956. OLE color: 15786956.

HSL color Cylindrical-coordinate representation of color #CCE3F0: hue angle of 201.67º degrees, saturation: 0.55, 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 #CCE3F0 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204227240-
CMYK0.150.0500.06
HSL201.67º54.55%87.06%-
HSV(B)201.67º15%94.12%-
XYZ68.174.0793.15-
YUV221.6138.38115.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 227 (89.06% from 255) = 33.83%
BLUE value IS 240 (94.14% from 255) = 35.77%
R=30.40%
G=33.83%
B=35.77%

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
Decimal2042272400.150.0500.06201.6754.5587.06
HexCCE3F0F506ca3757
Octal3143433601750631267127
Binary11001100111000111111000011111010110110010101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3F0; }

 p { color: rgb(204,227,240); }

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

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

 a { background-color: rgb(204,227,240); }

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

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

 span { border-color: rgb(204,227,240); }

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