#CEE2E8

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

Shades of Pattens Blue #CEE2E8

Tints of Pattens Blue #CEE2E8

Color information

#CEE2E8 (or 0xCEE2E8) is unknown color: approx Pattens Blue. HEX triplet: CE, E2 and E8. RGB value is (206,226,232). Sum of RGB (Red+Green+Blue) = 206+226+232=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEE2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2E8 is #311D17. Grayscale: #DCDCDC. Windows color (decimal): -3218712 or 15262414. OLE color: 15262414.

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

Color convert

RGB206226232-
CMYK0.110.0300.09
HSL193.85º36.11%85.88%-
HSV(B)193.85º11.21%90.98%-
XYZ67.2273.3486.96-
YUV220.7134.37117.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.02%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 232 (91.02% from 255) = 34.94%
R=31.02%
G=34.04%
B=34.94%

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
Decimal2062262320.110.0300.09193.8536.1185.88
HexCEE2E8B309c22456
Octal31634235013301130244126
Binary11001110111000101110100010111101001110000101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE2E8; }

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

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

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

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

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

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

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

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