#CFD3BE

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

Shades of Harp #CFD3BE

Tints of Harp #CFD3BE

Color information

#CFD3BE (or 0xCFD3BE) is unknown color: approx Harp. HEX triplet: CF, D3 and BE. RGB value is (207,211,190). Sum of RGB (Red+Green+Blue) = 207+211+190=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD3BE is #302C41. Grayscale: #CFCFCF. Windows color (decimal): -3157058 or 12506063. OLE color: 12506063.

HSL color Cylindrical-coordinate representation of color #CFD3BE: hue angle of 71.43º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD3BE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB207211190-
CMYK0.0200.100.17
HSL71.43º19.27%78.63%-
HSV(B)71.43º9.95%82.75%-
XYZ58.3263.5757.91-
YUV207.41118.17127.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.05%
GREEN value IS 211 (82.81% from 255) = 34.70%
BLUE value IS 190 (74.61% from 255) = 31.25%
R=34.05%
G=34.70%
B=31.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111900.0200.100.1771.4319.2778.63
HexCFD3BE20A1147134f
Octal31732327620122110723117
Binary1100111111010011101111101001010100011000111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD3BE; }

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

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

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

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

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

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

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

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