#CCE4FE

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

Shades of Pattens Blue #CCE4FE

Tints of Pattens Blue #CCE4FE

Color information

#CCE4FE (or 0xCCE4FE) is unknown color: approx Pattens Blue. HEX triplet: CC, E4 and FE. RGB value is (204,228,254). Sum of RGB (Red+Green+Blue) = 204+228+254=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4FE is #331B01. Grayscale: #DFDFDF. Windows color (decimal): -3349250 or 16704716. OLE color: 16704716.

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

Color convert

RGB204228254-
CMYK0.200.1000.00
HSL211.2º96.15%89.8%-
HSV(B)211.2º19.69%99.61%-
XYZ70.5375.48104.62-
YUV223.79145.05113.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.74%
GREEN value IS 228 (89.45% from 255) = 33.24%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=29.74%
G=33.24%
B=37.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042282540.200.1000.00211.296.1589.8
HexCCE4FE14A00d3605a
Octal314344376241200323140132
Binary110011001110010011111110101001010001101001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE4FE; }

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

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

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

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

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

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

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

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