#CEE1E7

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

Shades of Pattens Blue #CEE1E7

Tints of Pattens Blue #CEE1E7

Color information

#CEE1E7 (or 0xCEE1E7) is unknown color: approx Pattens Blue. HEX triplet: CE, E1 and E7. RGB value is (206,225,231). Sum of RGB (Red+Green+Blue) = 206+225+231=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEE1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1E7 is #311E18. Grayscale: #DBDBDB. Windows color (decimal): -3218969 or 15196622. OLE color: 15196622.

HSL color Cylindrical-coordinate representation of color #CEE1E7: hue angle of 194.4º degrees, saturation: 0.34, 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 #CEE1E7 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206225231-
CMYK0.110.0300.09
HSL194.4º34.25%85.69%-
HSV(B)194.4º10.82%90.59%-
XYZ66.872.7486.12-
YUV220134.21118.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.12%
GREEN value IS 225 (88.28% from 255) = 33.99%
BLUE value IS 231 (90.62% from 255) = 34.89%
R=31.12%
G=33.99%
B=34.89%

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
Decimal2062252310.110.0300.09194.434.2585.69
HexCEE1E7B309c22256
Octal31634134713301130242126
Binary11001110111000011110011110111101001110000101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1E7; }

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

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

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

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

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

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

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

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