Html Css Color HEX #CEE0CA Peppermint

📋 copy color: '#CEE0CA'

red 206 ◦ green 224 ◦ blue 202

#CEE0CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peppermint #CEE0CA

Tints of Peppermint #CEE0CA

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.3% from 255) = 31.96%

R = 32.59%
G = 35.44%
B = 31.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#CEE0CA (or 0xCEE0CA) is known color: 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

RGB 206 224 202 -
CMYK 0.08 0 0.10 0.12
HSL 109.09º 0.26% 0.84% -
HSV(B) 109.09º 0.1% 0.88% -
XYZ 62.77 70.7 66.21 -
YUV 216.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 206 224 202 0.08 0 0.10 0.12 109.09 0.26 0.84
Hex CE E0 CA 8 0 A C 6D 1A 54
Octal 316 340 312 10 0 12 14 155 32 124
Binary 11001110 11100000 11001010 1000 0 1010 1100 1101101 11010 1010100

Color Harmonies of #CEE0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0CA

Black with #CEE0CA

Text Example


Text Example

White with #CEE0CA

Text Example


Text Example

HTML Codes & Css Web 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>