#CEE1EC

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

Shades of Pattens Blue #CEE1EC

Tints of Pattens Blue #CEE1EC

Color information

#CEE1EC (or 0xCEE1EC) is unknown color: approx Pattens Blue. HEX triplet: CE, E1 and EC. RGB value is (206,225,236). Sum of RGB (Red+Green+Blue) = 206+225+236=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1EC is #311E13. Grayscale: #DCDCDC. Windows color (decimal): -3218964 or 15524302. OLE color: 15524302.

HSL color Cylindrical-coordinate representation of color #CEE1EC: hue angle of 202º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE1EC is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206225236-
CMYK0.130.0500.07
HSL202º44.12%86.67%-
HSV(B)202º12.71%92.55%-
XYZ67.5273.0389.89-
YUV220.57136.71117.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=30.88%
G=33.73%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062252360.130.0500.0720244.1286.67
HexCEE1ECD507ca2c57
Octal3163413541550731254127
Binary11001110111000011110110011011010111110010101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1EC; }

 p { color: rgb(206,225,236); }

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

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

 a { background-color: rgb(206,225,236); }

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

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

 span { border-color: rgb(206,225,236); }

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