Html Css Color HEX #CFE5CA Peppermint

📋 copy color: '#CFE5CA'

red 207 ◦ green 229 ◦ blue 202

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

Shades of Peppermint #CFE5CA

Tints of Peppermint #CFE5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.89%

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

R = 32.45%
G = 35.89%
B = 31.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#CFE5CA (or 0xCFE5CA) is known color: Peppermint. HEX triplet: CF, E5 and CA. RGB value is (207,229,202). Sum of RGB (Red+Green+Blue) = 207+229+202=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5CA is #301A35. Grayscale: #DBDBDB. Windows color (decimal): -3152438 or 13297103. OLE color: 13297103.

HSL color Cylindrical-coordinate representation of color #CFE5CA: hue angle of 108.89º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE5CA is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 229 202 -
CMYK 0.10 0 0.12 0.10
HSL 108.89º 0.34% 0.85% -
HSV(B) 108.89º 0.12% 0.9% -
XYZ 64.41 73.57 66.68 -
YUV 219.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 207 229 202 0.10 0 0.12 0.10 108.89 0.34 0.85
Hex CF E5 CA A 0 C A 6D 22 55
Octal 317 345 312 12 0 14 12 155 42 125
Binary 11001111 11100101 11001010 1010 0 1100 1010 1101101 100010 1010101

Color Harmonies of #CFE5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE5CA

Black with #CFE5CA

Text Example


Text Example

White with #CFE5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE5CA; }

 p { color: rgb(207,229,202); }

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

background-color css

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

 a { background-color: rgb(207,229,202); }

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

border-color css

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

 span { border-color: rgb(207,229,202); }

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