#CFD8BE

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

Shades of Harp #CFD8BE

Tints of Harp #CFD8BE

Color information

#CFD8BE (or 0xCFD8BE) is unknown color: approx Harp. HEX triplet: CF, D8 and BE. RGB value is (207,216,190). Sum of RGB (Red+Green+Blue) = 207+216+190=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD8BE is #302741. Grayscale: #D2D2D2. Windows color (decimal): -3155778 or 12507343. OLE color: 12507343.

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

Color convert

RGB207216190-
CMYK0.0400.120.15
HSL80.77º25%79.61%-
HSV(B)80.77º12.04%84.71%-
XYZ59.5866.0958.33-
YUV210.34116.52125.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.77%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=33.77%
G=35.24%
B=31.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072161900.0400.120.1580.772579.61
HexCFD8BE40CF511950
Octal31733027640141712131120
Binary1100111111011000101111101000110011111010001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD8BE; }

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

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

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

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

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

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

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

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