#CCE5ED

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

Shades of Pattens Blue #CCE5ED

Tints of Pattens Blue #CCE5ED

Color information

#CCE5ED (or 0xCCE5ED) is unknown color: approx Pattens Blue. HEX triplet: CC, E5 and ED. RGB value is (204,229,237). Sum of RGB (Red+Green+Blue) = 204+229+237=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5ED is #331A12. Grayscale: #DEDEDE. Windows color (decimal): -3349011 or 15590860. OLE color: 15590860.

HSL color Cylindrical-coordinate representation of color #CCE5ED: hue angle of 194.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE5ED is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204229237-
CMYK0.140.0300.07
HSL194.55º47.83%86.47%-
HSV(B)194.55º13.92%92.94%-
XYZ68.2174.9991-
YUV222.44136.22114.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.45%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=30.45%
G=34.18%
B=35.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042292370.140.0300.07194.5547.8386.47
HexCCE5EDE307c33056
Octal3143453551630730360126
Binary1100110011100101111011011110110111110000111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5ED; }

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

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

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

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

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

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

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

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