Html Css Color HEX #CFDFCB Peppermint

📋 copy color: '#CFDFCB'

red 207 ◦ green 223 ◦ blue 203

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

Shades of Peppermint #CFDFCB

Tints of Peppermint #CFDFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.23%

 BLUE value IS 203 (79.69% from 255) = 32.07%

R = 32.7%
G = 35.23%
B = 32.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#CFDFCB (or 0xCFDFCB) is known color: Peppermint. HEX triplet: CF, DF and CB. RGB value is (207,223,203). Sum of RGB (Red+Green+Blue) = 207+223+203=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFCB is #302034. Grayscale: #D8D8D8. Windows color (decimal): -3153973 or 13361103. OLE color: 13361103.

HSL color Cylindrical-coordinate representation of color #CFDFCB: hue angle of 108º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDFCB is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 223 203 -
CMYK 0.07 0 0.09 0.13
HSL 108º 0.24% 0.84% -
HSV(B) 108º 0.09% 0.87% -
XYZ 62.9 70.35 66.76 -
YUV 215.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 207 223 203 0.07 0 0.09 0.13 108 0.24 0.84
Hex CF DF CB 7 0 9 D 6C 18 54
Octal 317 337 313 7 0 11 15 154 30 124
Binary 11001111 11011111 11001011 111 0 1001 1101 1101100 11000 1010100

Color Harmonies of #CFDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDFCB

Black with #CFDFCB

Text Example


Text Example

White with #CFDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDFCB; }

 p { color: rgb(207,223,203); }

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

background-color css

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

 a { background-color: rgb(207,223,203); }

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

border-color css

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

 span { border-color: rgb(207,223,203); }

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