Html Css Color HEX #CFE1C9 Peppermint

📋 copy color: '#CFE1C9'

red 207 ◦ green 225 ◦ blue 201

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

Shades of Peppermint #CFE1C9

Tints of Peppermint #CFE1C9

RGB

 RED value IS 207 (81.25% from 255) = 32.7%

 GREEN value IS 225 (88.28% from 255) = 35.55%

 BLUE value IS 201 (78.91% from 255) = 31.75%

R = 32.7%
G = 35.55%
B = 31.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#CFE1C9 (or 0xCFE1C9) is known color: Peppermint. HEX triplet: CF, E1 and C9. RGB value is (207,225,201). Sum of RGB (Red+Green+Blue) = 207+225+201=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1C9 is #301E36. Grayscale: #D8D8D8. Windows color (decimal): -3153463 or 13230543. OLE color: 13230543.

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

Color convert

RGB 207 225 201 -
CMYK 0.08 0 0.11 0.12
HSL 105º 0.29% 0.84% -
HSV(B) 105º 0.11% 0.88% -
XYZ 63.2 71.33 65.7 -
YUV 216.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 207 225 201 0.08 0 0.11 0.12 105 0.29 0.84
Hex CF E1 C9 8 0 B C 69 1D 54
Octal 317 341 311 10 0 13 14 151 35 124
Binary 11001111 11100001 11001001 1000 0 1011 1100 1101001 11101 1010100

Color Harmonies of #CFE1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1C9

Black with #CFE1C9

Text Example


Text Example

White with #CFE1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1C9; }

 p { color: rgb(207,225,201); }

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

background-color css

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

 a { background-color: rgb(207,225,201); }

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

border-color css

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

 span { border-color: rgb(207,225,201); }

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