Html Css Color HEX #CFE4CA Peppermint

📋 copy color: '#CFE4CA'

red 207 ◦ green 228 ◦ blue 202

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

Shades of Peppermint #CFE4CA

Tints of Peppermint #CFE4CA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.79%

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

R = 32.5%
G = 35.79%
B = 31.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#CFE4CA (or 0xCFE4CA) is known color: Peppermint. HEX triplet: CF, E4 and CA. RGB value is (207,228,202). Sum of RGB (Red+Green+Blue) = 207+228+202=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4CA is #301B35. Grayscale: #DADADA. Windows color (decimal): -3152694 or 13296847. OLE color: 13296847.

HSL color Cylindrical-coordinate representation of color #CFE4CA: hue angle of 108.46º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE4CA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 228 202 -
CMYK 0.09 0 0.11 0.11
HSL 108.46º 0.33% 0.84% -
HSV(B) 108.46º 0.11% 0.89% -
XYZ 64.14 73.02 66.59 -
YUV 218.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 207 228 202 0.09 0 0.11 0.11 108.46 0.33 0.84
Hex CF E4 CA 9 0 B B 6C 20 54
Octal 317 344 312 11 0 13 13 154 40 124
Binary 11001111 11100100 11001010 1001 0 1011 1011 1101100 100000 1010100

Color Harmonies of #CFE4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE4CA

Black with #CFE4CA

Text Example


Text Example

White with #CFE4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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