#CCE2F1

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

Shades of Pattens Blue #CCE2F1

Tints of Pattens Blue #CCE2F1

Color information

#CCE2F1 (or 0xCCE2F1) is unknown color: approx Pattens Blue. HEX triplet: CC, E2 and F1. RGB value is (204,226,241). Sum of RGB (Red+Green+Blue) = 204+226+241=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 241 (94.53% from 255 or 35.92% from 671); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCE2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2F1 is #331D0E. Grayscale: #DDDDDD. Windows color (decimal): -3349775 or 15852236. OLE color: 15852236.

HSL color Cylindrical-coordinate representation of color #CCE2F1: hue angle of 204.32º 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 #CCE2F1 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204226241-
CMYK0.150.0600.05
HSL204.32º56.92%87.25%-
HSV(B)204.32º15.35%94.51%-
XYZ67.9873.5893.84-
YUV221.13139.21115.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 226 (88.67% from 255) = 33.68%
BLUE value IS 241 (94.53% from 255) = 35.92%
R=30.40%
G=33.68%
B=35.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042262410.150.0600.05204.3256.9287.25
HexCCE2F1F605cc3957
Octal3143423611760531471127
Binary11001100111000101111000111111100101110011001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE2F1; }

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

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

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

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

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

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

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

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