#CCE8F1

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

Shades of Pattens Blue #CCE8F1

Tints of Pattens Blue #CCE8F1

Color information

#CCE8F1 (or 0xCCE8F1) is unknown color: approx Pattens Blue. HEX triplet: CC, E8 and F1. RGB value is (204,232,241). Sum of RGB (Red+Green+Blue) = 204+232+241=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 232 (91.02% from 255 or 34.27% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8F1 is #33170E. Grayscale: #E0E0E0. Windows color (decimal): -3348239 or 15853772. OLE color: 15853772.

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

Color convert

RGB204232241-
CMYK0.150.0400.05
HSL194.59º56.92%87.25%-
HSV(B)194.59º15.35%94.51%-
XYZ69.6476.994.39-
YUV224.65137.22113.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.13%
GREEN value IS 232 (91.02% from 255) = 34.27%
BLUE value IS 241 (94.53% from 255) = 35.60%
R=30.13%
G=34.27%
B=35.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042322410.150.0400.05194.5956.9287.25
HexCCE8F1F405c33957
Octal3143503611740530371127
Binary11001100111010001111000111111000101110000111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8F1; }

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

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

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

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

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

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

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

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