#CFE0CA

Color #CFE0CA Peppermint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peppermint #CFE0CA

Tints of Peppermint #CFE0CA

Color information

#CFE0CA (or 0xCFE0CA) is unknown color: approx 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

RGB207224202-
CMYK0.0800.100.12
HSL106.36º26.19%83.53%-
HSV(B)106.36º9.82%87.84%-
XYZ63.0570.8466.23-
YUV216.41119.87121.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=32.70%
G=35.39%
B=31.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072242020.0800.100.12106.3626.1983.53
HexCFE0CA80AC6a1a54
Octal317340312100121415232124
Binary11001111111000001100101010000101011001101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>