#CCE4FA

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

Shades of Pattens Blue #CCE4FA

Tints of Pattens Blue #CCE4FA

Color information

#CCE4FA (or 0xCCE4FA) is unknown color: approx Pattens Blue. HEX triplet: CC, E4 and FA. RGB value is (204,228,250). Sum of RGB (Red+Green+Blue) = 204+228+250=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 228 (89.45% from 255 or 33.43% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4FA is #331B05. Grayscale: #DFDFDF. Windows color (decimal): -3349254 or 16442572. OLE color: 16442572.

HSL color Cylindrical-coordinate representation of color #CCE4FA: hue angle of 208.7º 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 #CCE4FA is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204228250-
CMYK0.180.0900.02
HSL208.7º82.14%89.02%-
HSV(B)208.7º18.4%98.04%-
XYZ69.975.23101.28-
YUV223.33143.05114.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 228 (89.45% from 255) = 33.43%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=29.91%
G=33.43%
B=36.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042282500.180.0900.02208.782.1489.02
HexCCE4FA12902d15259
Octal314344372221102321122131
Binary1100110011100100111110101001010010101101000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4FA; }

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

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

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

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

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

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

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

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