#CCE2FC

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

Shades of Pattens Blue #CCE2FC

Tints of Pattens Blue #CCE2FC

Color information

#CCE2FC (or 0xCCE2FC) is unknown color: approx Pattens Blue. HEX triplet: CC, E2 and FC. RGB value is (204,226,252). Sum of RGB (Red+Green+Blue) = 204+226+252=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 252 (98.83% from 255 or 36.95% from 682); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2FC is #331D03. Grayscale: #DEDEDE. Windows color (decimal): -3349764 or 16573132. OLE color: 16573132.

HSL color Cylindrical-coordinate representation of color #CCE2FC: hue angle of 212.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE2FC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204226252-
CMYK0.190.1000.01
HSL212.5º88.89%89.41%-
HSV(B)212.5º19.05%98.82%-
XYZ69.6774.26102.76-
YUV222.39144.71114.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 226 (88.67% from 255) = 33.14%
BLUE value IS 252 (98.83% from 255) = 36.95%
R=29.91%
G=33.14%
B=36.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042262520.190.1000.01212.588.8989.41
HexCCE2FC13A01d45959
Octal314342374231201324131131
Binary110011001110001011111100100111010011101010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2FC; }

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

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

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

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

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

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

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

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