#CCE1E9

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

Shades of Pattens Blue #CCE1E9

Tints of Pattens Blue #CCE1E9

Color information

#CCE1E9 (or 0xCCE1E9) is unknown color: approx Pattens Blue. HEX triplet: CC, E1 and E9. RGB value is (204,225,233). Sum of RGB (Red+Green+Blue) = 204+225+233=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCE1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1E9 is #331E16. Grayscale: #DBDBDB. Windows color (decimal): -3350039 or 15327692. OLE color: 15327692.

HSL color Cylindrical-coordinate representation of color #CCE1E9: hue angle of 196.55º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE1E9 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204225233-
CMYK0.120.0300.09
HSL196.55º39.73%85.69%-
HSV(B)196.55º12.45%91.37%-
XYZ66.5472.5787.59-
YUV219.63135.54116.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 225 (88.28% from 255) = 33.99%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=30.82%
G=33.99%
B=35.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042252330.120.0300.09196.5539.7385.69
HexCCE1E9C309c52856
Octal31434135114301130550126
Binary11001100111000011110100111001101001110001011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1E9; }

 p { color: rgb(204,225,233); }

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

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

 a { background-color: rgb(204,225,233); }

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

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

 span { border-color: rgb(204,225,233); }

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