Html Css Color HEX #CFDECC Peppermint

📋 copy color: '#CFDECC'

red 207 ◦ green 222 ◦ blue 204

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

Shades of Peppermint #CFDECC

Tints of Peppermint #CFDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.07%

 BLUE value IS 204 (80.08% from 255) = 32.23%

R = 32.7%
G = 35.07%
B = 32.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#CFDECC (or 0xCFDECC) is known color: Peppermint. HEX triplet: CF, DE and CC. RGB value is (207,222,204). Sum of RGB (Red+Green+Blue) = 207+222+204=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDECC is #302133. Grayscale: #D7D7D7. Windows color (decimal): -3154228 or 13426383. OLE color: 13426383.

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

Color convert

RGB 207 222 204 -
CMYK 0.07 0 0.08 0.13
HSL 110º 0.21% 0.84% -
HSV(B) 110º 0.08% 0.87% -
XYZ 62.75 69.87 67.31 -
YUV 215.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 207 222 204 0.07 0 0.08 0.13 110 0.21 0.84
Hex CF DE CC 7 0 8 D 6E 15 54
Octal 317 336 314 7 0 10 15 156 25 124
Binary 11001111 11011110 11001100 111 0 1000 1101 1101110 10101 1010100

Color Harmonies of #CFDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDECC

Black with #CFDECC

Text Example


Text Example

White with #CFDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDECC; }

 p { color: rgb(207,222,204); }

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

background-color css

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

 a { background-color: rgb(207,222,204); }

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

border-color css

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

 span { border-color: rgb(207,222,204); }

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