#CCE8F5

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

Shades of Pattens Blue #CCE8F5

Tints of Pattens Blue #CCE8F5

Color information

#CCE8F5 (or 0xCCE8F5) is unknown color: approx Pattens Blue. HEX triplet: CC, E8 and F5. RGB value is (204,232,245). Sum of RGB (Red+Green+Blue) = 204+232+245=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCE8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8F5 is #33170A. Grayscale: #E1E1E1. Windows color (decimal): -3348235 or 16115916. OLE color: 16115916.

HSL color Cylindrical-coordinate representation of color #CCE8F5: hue angle of 199.02º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE8F5 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204232245-
CMYK0.170.0500.04
HSL199.02º67.21%88.04%-
HSV(B)199.02º16.73%96.08%-
XYZ70.2477.1497.57-
YUV225.11139.22112.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 232 (91.02% from 255) = 34.07%
BLUE value IS 245 (96.09% from 255) = 35.98%
R=29.96%
G=34.07%
B=35.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042322450.170.0500.04199.0267.2188.04
HexCCE8F511504c74358
Octal31435036521504307103130
Binary1100110011101000111101011000110101001100011110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8F5; }

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

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

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

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

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

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

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

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