#CCE5EF

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

Shades of Pattens Blue #CCE5EF

Tints of Pattens Blue #CCE5EF

Color information

#CCE5EF (or 0xCCE5EF) is unknown color: approx Pattens Blue. HEX triplet: CC, E5 and EF. RGB value is (204,229,239). Sum of RGB (Red+Green+Blue) = 204+229+239=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5EF is #331A10. Grayscale: #DEDEDE. Windows color (decimal): -3349009 or 15721932. OLE color: 15721932.

HSL color Cylindrical-coordinate representation of color #CCE5EF: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE5EF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204229239-
CMYK0.150.0400.06
HSL197.14º52.24%86.86%-
HSV(B)197.14º14.64%93.73%-
XYZ68.575.1192.55-
YUV222.66137.22114.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.36%
GREEN value IS 229 (89.84% from 255) = 34.08%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=30.36%
G=34.08%
B=35.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042292390.150.0400.06197.1452.2486.86
HexCCE5EFF406c53457
Octal3143453571740630564127
Binary11001100111001011110111111111000110110001011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5EF; }

 p { color: rgb(204,229,239); }

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

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

 a { background-color: rgb(204,229,239); }

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

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

 span { border-color: rgb(204,229,239); }

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