#CCE4F1

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

Shades of Pattens Blue #CCE4F1

Tints of Pattens Blue #CCE4F1

Color information

#CCE4F1 (or 0xCCE4F1) is unknown color: approx Pattens Blue. HEX triplet: CC, E4 and F1. RGB value is (204,228,241). Sum of RGB (Red+Green+Blue) = 204+228+241=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCE4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4F1 is #331B0E. Grayscale: #DEDEDE. Windows color (decimal): -3349263 or 15852748. OLE color: 15852748.

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

Color convert

RGB204228241-
CMYK0.150.0500.05
HSL201.08º56.92%87.25%-
HSV(B)201.08º15.35%94.51%-
XYZ68.5274.6894.02-
YUV222.31138.55114.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.31%
GREEN value IS 228 (89.45% from 255) = 33.88%
BLUE value IS 241 (94.53% from 255) = 35.81%
R=30.31%
G=33.88%
B=35.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042282410.150.0500.05201.0856.9287.25
HexCCE4F1F505c93957
Octal3143443611750531171127
Binary11001100111001001111000111111010101110010011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4F1; }

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

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

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

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

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

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

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

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