Html Css Color HEX #CFD8CC Peppermint

📋 copy color: '#CFD8CC'

red 207 ◦ green 216 ◦ blue 204

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

Shades of Peppermint #CFD8CC

Tints of Peppermint #CFD8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.45%

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

R = 33.01%
G = 34.45%
B = 32.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#CFD8CC (or 0xCFD8CC) is known color: Peppermint. HEX triplet: CF, D8 and CC. RGB value is (207,216,204). Sum of RGB (Red+Green+Blue) = 207+216+204=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8CC is #302733. Grayscale: #D3D3D3. Windows color (decimal): -3155764 or 13424847. OLE color: 13424847.

HSL color Cylindrical-coordinate representation of color #CFD8CC: hue angle of 105º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD8CC is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 204 -
CMYK 0.04 0 0.06 0.15
HSL 105º 0.13% 0.82% -
HSV(B) 105º 0.06% 0.85% -
XYZ 61.19 66.74 66.78 -
YUV 211.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 207 216 204 0.04 0 0.06 0.15 105 0.13 0.82
Hex CF D8 CC 4 0 6 F 69 D 52
Octal 317 330 314 4 0 6 17 151 15 122
Binary 11001111 11011000 11001100 100 0 110 1111 1101001 1101 1010010

Color Harmonies of #CFD8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD8CC

Black with #CFD8CC

Text Example


Text Example

White with #CFD8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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