#CCE1ED

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

Shades of Pattens Blue #CCE1ED

Tints of Pattens Blue #CCE1ED

Color information

#CCE1ED (or 0xCCE1ED) is unknown color: approx Pattens Blue. HEX triplet: CC, E1 and ED. RGB value is (204,225,237). Sum of RGB (Red+Green+Blue) = 204+225+237=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE1ED is #331E12. Grayscale: #DCDCDC. Windows color (decimal): -3350035 or 15589836. OLE color: 15589836.

HSL color Cylindrical-coordinate representation of color #CCE1ED: hue angle of 201.82º 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 #CCE1ED is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204225237-
CMYK0.140.0500.07
HSL201.82º47.83%86.47%-
HSV(B)201.82º13.92%92.94%-
XYZ67.1172.890.64-
YUV220.09137.54116.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.63%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=30.63%
G=33.78%
B=35.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042252370.140.0500.07201.8247.8386.47
HexCCE1EDE507ca3056
Octal3143413551650731260126
Binary11001100111000011110110111101010111110010101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1ED; }

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

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

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

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

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

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

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

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