Html Css Color HEX #CEDFCA Peppermint

📋 copy color: '#CEDFCA'

red 206 ◦ green 223 ◦ blue 202

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

Shades of Peppermint #CEDFCA

Tints of Peppermint #CEDFCA

RGB

 RED value IS 206 (80.86% from 255) = 32.65%

 GREEN value IS 223 (87.5% from 255) = 35.34%

 BLUE value IS 202 (79.3% from 255) = 32.01%

R = 32.65%
G = 35.34%
B = 32.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#CEDFCA (or 0xCEDFCA) is known color: Peppermint. HEX triplet: CE, DF and CA. RGB value is (206,223,202). Sum of RGB (Red+Green+Blue) = 206+223+202=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFCA is #312035. Grayscale: #D7D7D7. Windows color (decimal): -3219510 or 13295566. OLE color: 13295566.

HSL color Cylindrical-coordinate representation of color #CEDFCA: hue angle of 108.57º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDFCA is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 202 -
CMYK 0.08 0 0.09 0.13
HSL 108.57º 0.25% 0.83% -
HSV(B) 108.57º 0.09% 0.87% -
XYZ 62.5 70.16 66.13 -
YUV 215.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 206 223 202 0.08 0 0.09 0.13 108.57 0.25 0.83
Hex CE DF CA 8 0 9 D 6D 19 53
Octal 316 337 312 10 0 11 15 155 31 123
Binary 11001110 11011111 11001010 1000 0 1001 1101 1101101 11001 1010011

Color Harmonies of #CEDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFCA

Black with #CEDFCA

Text Example


Text Example

White with #CEDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFCA; }

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

 H1.HeaderClassName
 {
   color: #CEDFCA;
 }
 .AnyTagClassName
 {
   color: #CEDFCA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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