#CEE1CA

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

Shades of Peppermint #CEE1CA

Tints of Peppermint #CEE1CA

Color information

#CEE1CA (or 0xCEE1CA) is unknown color: approx Peppermint. HEX triplet: CE, E1 and CA. RGB value is (206,225,202). Sum of RGB (Red+Green+Blue) = 206+225+202=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CA is #311E35. Grayscale: #D8D8D8. Windows color (decimal): -3218998 or 13296078. OLE color: 13296078.

HSL color Cylindrical-coordinate representation of color #CEE1CA: hue angle of 109.57º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE1CA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB206225202-
CMYK0.0800.100.12
HSL109.57º27.71%83.73%-
HSV(B)109.57º10.22%88.24%-
XYZ63.0471.2466.3-
YUV216.7119.71120.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 225 (88.28% from 255) = 35.55%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=32.54%
G=35.55%
B=31.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062252020.0800.100.12109.5727.7183.73
HexCEE1CA80AC6e1c54
Octal316341312100121415634124
Binary11001110111000011100101010000101011001101110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1CA; }

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

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

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

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

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

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

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

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