#CEE0CA

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

Shades of Peppermint #CEE0CA

Tints of Peppermint #CEE0CA

Color information

#CEE0CA (or 0xCEE0CA) is unknown color: approx Peppermint. HEX triplet: CE, E0 and CA. RGB value is (206,224,202). Sum of RGB (Red+Green+Blue) = 206+224+202=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE0CA is #311F35. Grayscale: #D8D8D8. Windows color (decimal): -3219254 or 13295822. OLE color: 13295822.

HSL color Cylindrical-coordinate representation of color #CEE0CA: hue angle of 109.09º degrees, saturation: 0.26, 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 #CEE0CA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB206224202-
CMYK0.0800.100.12
HSL109.09º26.19%83.53%-
HSV(B)109.09º9.82%87.84%-
XYZ62.7770.766.21-
YUV216.11120.04120.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.59%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=32.59%
G=35.44%
B=31.96%

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
Decimal2062242020.0800.100.12109.0926.1983.53
HexCEE0CA80AC6d1a54
Octal316340312100121415532124
Binary11001110111000001100101010000101011001101101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE0CA; }

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

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

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

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

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

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

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

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