Html Css Color HEX #CFDCC9 Peppermint

📋 copy color: '#CFDCC9'

red 207 ◦ green 220 ◦ blue 201

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

Shades of Peppermint #CFDCC9

Tints of Peppermint #CFDCC9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.03%

 BLUE value IS 201 (78.91% from 255) = 32.01%

R = 32.96%
G = 35.03%
B = 32.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#CFDCC9 (or 0xCFDCC9) is known color: Peppermint. HEX triplet: CF, DC and C9. RGB value is (207,220,201). Sum of RGB (Red+Green+Blue) = 207+220+201=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCC9 is #302336. Grayscale: #D6D6D6. Windows color (decimal): -3154743 or 13229263. OLE color: 13229263.

HSL color Cylindrical-coordinate representation of color #CFDCC9: hue angle of 101.05º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDCC9 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 201 -
CMYK 0.06 0 0.09 0.14
HSL 101.05º 0.21% 0.83% -
HSV(B) 101.05º 0.09% 0.86% -
XYZ 61.87 68.67 65.25 -
YUV 213.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 207 220 201 0.06 0 0.09 0.14 101.05 0.21 0.83
Hex CF DC C9 6 0 9 E 65 15 53
Octal 317 334 311 6 0 11 16 145 25 123
Binary 11001111 11011100 11001001 110 0 1001 1110 1100101 10101 1010011

Color Harmonies of #CFDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDCC9

Black with #CFDCC9

Text Example


Text Example

White with #CFDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDCC9; }

 p { color: rgb(207,220,201); }

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

background-color css

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

 a { background-color: rgb(207,220,201); }

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

border-color css

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

 span { border-color: rgb(207,220,201); }

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