#CCE8FC

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

Shades of Pattens Blue #CCE8FC

Tints of Pattens Blue #CCE8FC

Color information

#CCE8FC (or 0xCCE8FC) is unknown color: approx Pattens Blue. HEX triplet: CC, E8 and FC. RGB value is (204,232,252). Sum of RGB (Red+Green+Blue) = 204+232+252=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCE8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FC is #331703. Grayscale: #E1E1E1. Windows color (decimal): -3348228 or 16574668. OLE color: 16574668.

HSL color Cylindrical-coordinate representation of color #CCE8FC: hue angle of 205º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE8FC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204232252-
CMYK0.190.0800.01
HSL205º88.89%89.41%-
HSV(B)205º19.05%98.82%-
XYZ71.3377.58103.31-
YUV225.91142.72112.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 232 (91.02% from 255) = 33.72%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=29.65%
G=33.72%
B=36.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042322520.190.0800.0120588.8989.41
HexCCE8FC13801cd5959
Octal314350374231001315131131
Binary110011001110100011111100100111000011100110110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8FC; }

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

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

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

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

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

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

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

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