#CCE2FA

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

Shades of Pattens Blue #CCE2FA

Tints of Pattens Blue #CCE2FA

Color information

#CCE2FA (or 0xCCE2FA) is unknown color: approx Pattens Blue. HEX triplet: CC, E2 and FA. RGB value is (204,226,250). Sum of RGB (Red+Green+Blue) = 204+226+250=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2FA is #331D05. Grayscale: #DEDEDE. Windows color (decimal): -3349766 or 16442060. OLE color: 16442060.

HSL color Cylindrical-coordinate representation of color #CCE2FA: hue angle of 211.3º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE2FA is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204226250-
CMYK0.180.1000.02
HSL211.3º82.14%89.02%-
HSV(B)211.3º18.4%98.04%-
XYZ69.3574.13101.1-
YUV222.16143.71115.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 226 (88.67% from 255) = 33.24%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=30%
G=33.24%
B=36.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042262500.180.1000.02211.382.1489.02
HexCCE2FA12A02d35259
Octal314342372221202323122131
Binary1100110011100010111110101001010100101101001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2FA; }

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

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

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

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

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

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

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

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