#CCE3F1

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

Shades of Pattens Blue #CCE3F1

Tints of Pattens Blue #CCE3F1

Color information

#CCE3F1 (or 0xCCE3F1) is unknown color: approx Pattens Blue. HEX triplet: CC, E3 and F1. RGB value is (204,227,241). Sum of RGB (Red+Green+Blue) = 204+227+241=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCE3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3F1 is #331C0E. Grayscale: #DDDDDD. Windows color (decimal): -3349519 or 15852492. OLE color: 15852492.

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

Color convert

RGB204227241-
CMYK0.150.0600.05
HSL202.7º56.92%87.25%-
HSV(B)202.7º15.35%94.51%-
XYZ68.2574.1393.93-
YUV221.72138.88115.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.36%
GREEN value IS 227 (89.06% from 255) = 33.78%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=30.36%
G=33.78%
B=35.86%

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
Decimal2042272410.150.0600.05202.756.9287.25
HexCCE3F1F605cb3957
Octal3143433611760531371127
Binary11001100111000111111000111111100101110010111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE3F1; }

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

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

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

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

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

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

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

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