#CCE7FE

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

Shades of Pattens Blue #CCE7FE

Tints of Pattens Blue #CCE7FE

Color information

#CCE7FE (or 0xCCE7FE) is unknown color: approx Pattens Blue. HEX triplet: CC, E7 and FE. RGB value is (204,231,254). Sum of RGB (Red+Green+Blue) = 204+231+254=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7FE is #331801. Grayscale: #E1E1E1. Windows color (decimal): -3348482 or 16705484. OLE color: 16705484.

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

Color convert

RGB204231254-
CMYK0.200.0900.00
HSL207.6º96.15%89.8%-
HSV(B)207.6º19.69%99.61%-
XYZ71.3777.14104.89-
YUV225.55144.05112.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.61%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=29.61%
G=33.53%
B=36.87%

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
Decimal2042312540.200.0900.00207.696.1589.8
HexCCE7FE14900d0605a
Octal314347376241100320140132
Binary110011001110011111111110101001001001101000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7FE; }

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

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

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

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

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

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

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

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