#CFD6BE

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

Shades of Harp #CFD6BE

Tints of Harp #CFD6BE

Color information

#CFD6BE (or 0xCFD6BE) is unknown color: approx Harp. HEX triplet: CF, D6 and BE. RGB value is (207,214,190). Sum of RGB (Red+Green+Blue) = 207+214+190=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6BE is #302941. Grayscale: #D1D1D1. Windows color (decimal): -3156290 or 12506831. OLE color: 12506831.

HSL color Cylindrical-coordinate representation of color #CFD6BE: hue angle of 77.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFD6BE is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB207214190-
CMYK0.0300.110.16
HSL77.5º22.64%79.22%-
HSV(B)77.5º11.21%83.92%-
XYZ59.0765.0858.16-
YUV209.17117.18126.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 214 (83.98% from 255) = 35.02%
BLUE value IS 190 (74.61% from 255) = 31.10%
R=33.88%
G=35.02%
B=31.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141900.0300.110.1677.522.6479.22
HexCFD6BE30B104e174f
Octal31732627630132011627117
Binary1100111111010110101111101101011100001001110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6BE; }

 p { color: rgb(207,214,190); }

 H1.HeaderClassName
 {
   color: #CFD6BE;
 }
 .AnyTagClassName
 {
   color: #CFD6BE;
 }
</style>
background-color css

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

 a { background-color: rgb(207,214,190); }

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

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

 span { border-color: rgb(207,214,190); }

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