#CEE1E8

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

Shades of Pattens Blue #CEE1E8

Tints of Pattens Blue #CEE1E8

Color information

#CEE1E8 (or 0xCEE1E8) is unknown color: approx Pattens Blue. HEX triplet: CE, E1 and E8. RGB value is (206,225,232). Sum of RGB (Red+Green+Blue) = 206+225+232=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEE1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1E8 is #311E17. Grayscale: #DCDCDC. Windows color (decimal): -3218968 or 15262158. OLE color: 15262158.

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

Color convert

RGB206225232-
CMYK0.110.0300.09
HSL196.15º36.11%85.88%-
HSV(B)196.15º11.21%90.98%-
XYZ66.9472.886.87-
YUV220.12134.71117.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 232 (91.02% from 255) = 34.99%
R=31.07%
G=33.94%
B=34.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062252320.110.0300.09196.1536.1185.88
HexCEE1E8B309c42456
Octal31634135013301130444126
Binary11001110111000011110100010111101001110001001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1E8; }

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

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

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

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

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

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

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

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