#CCE8FA

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

Shades of Pattens Blue #CCE8FA

Tints of Pattens Blue #CCE8FA

Color information

#CCE8FA (or 0xCCE8FA) is unknown color: approx Pattens Blue. HEX triplet: CC, E8 and FA. RGB value is (204,232,250). Sum of RGB (Red+Green+Blue) = 204+232+250=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FA is #331705. Grayscale: #E1E1E1. Windows color (decimal): -3348230 or 16443596. OLE color: 16443596.

HSL color Cylindrical-coordinate representation of color #CCE8FA: hue angle of 203.48º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE8FA is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204232250-
CMYK0.180.0700.02
HSL203.48º82.14%89.02%-
HSV(B)203.48º18.4%98.04%-
XYZ71.0177.45101.65-
YUV225.68141.72112.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 232 (91.02% from 255) = 33.82%
BLUE value IS 250 (98.05% from 255) = 36.44%
R=29.74%
G=33.82%
B=36.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042322500.180.0700.02203.4882.1489.02
HexCCE8FA12702cb5259
Octal31435037222702313122131
Binary110011001110100011111010100101110101100101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8FA; }

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

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

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

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

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

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

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

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