#CCE0F2

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

Shades of Pattens Blue #CCE0F2

Tints of Pattens Blue #CCE0F2

Color information

#CCE0F2 (or 0xCCE0F2) is unknown color: approx Pattens Blue. HEX triplet: CC, E0 and F2. RGB value is (204,224,242). Sum of RGB (Red+Green+Blue) = 204+224+242=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 224 (87.89% from 255 or 33.43% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0F2 is #331F0D. Grayscale: #DBDBDB. Windows color (decimal): -3350286 or 15917260. OLE color: 15917260.

HSL color Cylindrical-coordinate representation of color #CCE0F2: hue angle of 208.42º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE0F2 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204224242-
CMYK0.160.0700.05
HSL208.42º59.38%87.45%-
HSV(B)208.42º15.7%94.9%-
XYZ67.5872.5694.45-
YUV220.07140.37116.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 224 (87.89% from 255) = 33.43%
BLUE value IS 242 (94.92% from 255) = 36.12%
R=30.45%
G=33.43%
B=36.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042242420.160.0700.05208.4259.3887.45
HexCCE0F210705d03b57
Octal3143403622070532073127
Binary110011001110000011110010100001110101110100001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0F2; }

 p { color: rgb(204,224,242); }

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

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

 a { background-color: rgb(204,224,242); }

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

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

 span { border-color: rgb(204,224,242); }

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