#CCE8FE

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

Shades of Pattens Blue #CCE8FE

Tints of Pattens Blue #CCE8FE

Color information

#CCE8FE (or 0xCCE8FE) is unknown color: approx Pattens Blue. HEX triplet: CC, E8 and FE. RGB value is (204,232,254). Sum of RGB (Red+Green+Blue) = 204+232+254=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FE is #331701. Grayscale: #E2E2E2. Windows color (decimal): -3348226 or 16705740. OLE color: 16705740.

HSL color Cylindrical-coordinate representation of color #CCE8FE: hue angle of 206.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE8FE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204232254-
CMYK0.200.0900.00
HSL206.4º96.15%89.8%-
HSV(B)206.4º19.69%99.61%-
XYZ71.6577.71104.99-
YUV226.14143.72112.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.57%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 254 (99.61% from 255) = 36.81%
R=29.57%
G=33.62%
B=36.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042322540.200.0900.00206.496.1589.8
HexCCE8FE14900ce605a
Octal314350376241100316140132
Binary110011001110100011111110101001001001100111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8FE; }

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

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

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

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

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

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

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

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