#CCE6FE

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

Shades of Pattens Blue #CCE6FE

Tints of Pattens Blue #CCE6FE

Color information

#CCE6FE (or 0xCCE6FE) is unknown color: approx Pattens Blue. HEX triplet: CC, E6 and FE. RGB value is (204,230,254). Sum of RGB (Red+Green+Blue) = 204+230+254=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6FE is #331901. Grayscale: #E0E0E0. Windows color (decimal): -3348738 or 16705228. OLE color: 16705228.

HSL color Cylindrical-coordinate representation of color #CCE6FE: hue angle of 208.8º 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 #CCE6FE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204230254-
CMYK0.200.0900.00
HSL208.8º96.15%89.8%-
HSV(B)208.8º19.69%99.61%-
XYZ71.0976.59104.8-
YUV224.96144.39113.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.65%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=29.65%
G=33.43%
B=36.92%

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
Decimal2042302540.200.0900.00208.896.1589.8
HexCCE6FE14900d1605a
Octal314346376241100321140132
Binary110011001110011011111110101001001001101000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE6FE; }

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

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

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

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

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

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

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

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