Html Css Color HEX #CFE0CA Peppermint

📋 copy color: '#CFE0CA'

red 207 ◦ green 224 ◦ blue 202

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

Shades of Peppermint #CFE0CA

Tints of Peppermint #CFE0CA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.39%

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

R = 32.7%
G = 35.39%
B = 31.91%

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

#CFE0CA (or 0xCFE0CA) is known color: Peppermint. HEX triplet: CF, E0 and CA. RGB value is (207,224,202). Sum of RGB (Red+Green+Blue) = 207+224+202=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0CA is #301F35. Grayscale: #D8D8D8. Windows color (decimal): -3153718 or 13295823. OLE color: 13295823.

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

Color convert

RGB 207 224 202 -
CMYK 0.08 0 0.10 0.12
HSL 106.36º 0.26% 0.84% -
HSV(B) 106.36º 0.1% 0.88% -
XYZ 63.05 70.84 66.23 -
YUV 216.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 207 224 202 0.08 0 0.10 0.12 106.36 0.26 0.84
Hex CF E0 CA 8 0 A C 6A 1A 54
Octal 317 340 312 10 0 12 14 152 32 124
Binary 11001111 11100000 11001010 1000 0 1010 1100 1101010 11010 1010100

Color Harmonies of #CFE0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0CA

Black with #CFE0CA

Text Example


Text Example

White with #CFE0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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