Html Css Color HEX #CFE1CA Peppermint

📋 copy color: '#CFE1CA'

red 207 ◦ green 225 ◦ blue 202

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

Shades of Peppermint #CFE1CA

Tints of Peppermint #CFE1CA

RGB

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

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

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

R = 32.65%
G = 35.49%
B = 31.86%

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

#CFE1CA (or 0xCFE1CA) is known color: Peppermint. HEX triplet: CF, E1 and CA. RGB value is (207,225,202). Sum of RGB (Red+Green+Blue) = 207+225+202=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1CA is #301E35. Grayscale: #D9D9D9. Windows color (decimal): -3153462 or 13296079. OLE color: 13296079.

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

Color convert

RGB 207 225 202 -
CMYK 0.08 0 0.10 0.12
HSL 106.96º 0.28% 0.84% -
HSV(B) 106.96º 0.1% 0.88% -
XYZ 63.32 71.38 66.32 -
YUV 217 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 207 225 202 0.08 0 0.10 0.12 106.96 0.28 0.84
Hex CF E1 CA 8 0 A C 6B 1C 54
Octal 317 341 312 10 0 12 14 153 34 124
Binary 11001111 11100001 11001010 1000 0 1010 1100 1101011 11100 1010100

Color Harmonies of #CFE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1CA

Black with #CFE1CA

Text Example


Text Example

White with #CFE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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